


How are different users kept from conflicting with each other? What can be protected for a single user? The entire database, a table, or a single row of a table?
The problem of concurrent access is dealt with by placing locks on specific rows or tables.


