InterviewSolution
Saved Bookmarks
| 1. |
If a node is locked in ____________ then explicit locking is being done at a lower level, with exclusive-mode or shared-mode locks.(a) Intention lock modes(b) Intention-shared-exclusive mode(c) Intention-exclusive (IX) mode(d) Intention-shared (IS) modeThe question was posed to me in exam.The above asked question is from Multiple Granularity in portion Concurrency Control of Database Management |
|
Answer» RIGHT answer is (C) Intention-exclusive (IX) mode Easiest EXPLANATION - There is an intention mode ASSOCIATED with SHARED mode, and there is one with an exclusive mode. |
|