Lock

Database Dictionary -> Lock

Lock

Locks are used by RDBMS to assist concurrency control. Locks allow many users to access simultaneously one and the same set of records/tables within the database without interfering with one another. Locks are enforced at table or record (row) levels.

SQL Tutorial