InterviewSolution
Saved Bookmarks
| 1. |
If a node is locked in ______________ the subtree rooted by that node is locked explicitly in shared mode, and that explicit locking is being done at a lower level with exclusive-mode locks.(a) Intention lock modes(b) shared and intention-exclusive (SIX) mode(c) Intention-exclusive (IX) mode(d) Intention-shared (IS) modeThe question was posed to me in an internship interview.Question is from Multiple Granularity topic in division Concurrency Control of Database Management |
|
Answer» The CORRECT OPTION is (b) shared and intention-EXCLUSIVE (SIX) mode |
|