116. Why are multi-user controls necessary?

 

Unlike earlier times, when there was only one user accessing a database at any given time, today there are multiple users trying to access the same data at the same time. Concurrency Controls are needed to assure that the database maintains its integrity.