Interview Questions

RDBMS FUNDAMENTALS - Exclusive Locks

RDBMS FUNDAMENTALS Interview Questions and Answers


(Continued from previous question...)

RDBMS FUNDAMENTALS - Exclusive Locks

Exclusive Locks : If a transaction is updating data in a database, it gets an exclusive lock on that part of the database. No other transaction can read or change this data.

Other Interview Questions