The Free On-line Dictionary of Computing (19 January 2023):
table lockingA technique used in database management systems, where an entire table is locked while data in it is being updated. Other techniques are row-level locking and MVCC. (1999-06-18)