In database systems, a _______ is a mechanism to control access to data items by multiple transactions.

  • Buffer
  • Lock
  • Semaphore
  • Trigger
In database systems, a lock is a mechanism used to control access to data items by multiple transactions. It helps in preventing conflicts and ensuring the consistency of the data during concurrent access. Locks can be applied at various levels, such as row-level, page-level, or table-level.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *