InterviewSolution
Saved Bookmarks
| 1. |
A lock that allows concurrent transactions to access different rows of the same table is known as a(a) Database-level lock(b) Table-level lock(c) Page-level lock(d) Row-level lockThe question was asked in an online quiz.The doubt is from Lock-Based Protocols topic in section Concurrency Control of Database Management |
|
Answer» CORRECT answer is (d) Row-level lock To explain: LOCKS are USED to MAINTAIN database CONSISTENCY. |
|