InterviewSolution
Saved Bookmarks
| 1. |
If a node is locked in __________ explicit locking is being done at a lower level of the tree, but with only shared-mode locks.(a) Intention lock modes(b) Intention-shared-exclusive mode(c) Intention-exclusive (IX) mode(d) Intention-shared (IS) modeI had been asked this question at a job interview.Enquiry is from Multiple Granularity topic in section Concurrency Control of Database Management |
|
Answer» RIGHT answer is (a) INTENTION lock modes Easiest EXPLANATION - There is an intention mode associated with shared mode, and there is one with an exclusive mode. |
|