The Free On-line Dictionary of Computing (30 December 2018):
row-level lockingA technique used in database management systems, where a row is locked for writing to prevent other users from accessing data being while it is being updated. Other techniques are table locking and MVCC. (1999-06-18)