InterviewSolution
Saved Bookmarks
| 1. |
If a transaction has obtained a ________ lock, it can both read and write on the item(a) Shared mode(b) Exclusive mode(c) Read only mode(d) Write only mode |
|
Answer» Right choice is (b) Exclusive mode The explanation is: If a transaction has obtained an exclusive mode lock, then it can both read and write on the item on which it in operating. |
|