In pessimistic concurrency control, transactions acquire _______ on data items to prevent other transactions from accessing them simultaneously.

  • Indexes
  • Locks
  • Permissions
  • Timestamps
In pessimistic concurrency control, transactions acquire locks on data items to prevent other transactions from accessing them simultaneously. This helps maintain data consistency by allowing only one transaction to modify a data item at a time.
Add your answer
Loading...

Leave a comment

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