table locking

table locking

(database)A technique used in database management systems,where an entire table is locked while data in it is beingupdated.

Other techniques are row-level locking and MVCC.