Multiple choice technology programming languages

2) Expand ROW

  1. A) Row of lock

  2. B) Row of locking

  3. C) Row level lock

  4. D) Row level locking

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

ROW in database context typically stands for Row Level Locking, a mechanism that locks individual rows rather than entire tables during transactions. This allows higher concurrency by letting multiple transactions access different rows simultaneously.