InterviewSolution
Saved Bookmarks
| 1. |
The ____ lock allows concurrent transactions to access the same row as long as they require the use of different fields within that row.(a) Table-level(b) Page-level(c) Row-level(d) Field-levelI have been asked this question in semester exam.Enquiry is from Lock-Based Protocols topic in chapter Concurrency Control of Database Management |
|
Answer» The CORRECT answer is (d) Field-level |
|