InterviewSolution
Saved Bookmarks
| 1. |
When a transaction Ti attempts to update a data item, it requests a _________ on that data item.(a) Read lock(b) Update lock(c) Write lock(d) Chain lockI had been asked this question during an online interview.The query is from Snapshot Isolation topic in chapter Concurrency Control of Database Management |
|
Answer» Correct CHOICE is (c) WRITE lock |
|