InterviewSolution
Saved Bookmarks
| 1. |
If a node is locked in an intention mode, explicit locking is done at a lower level of the tree. This is called(a) Intention lock modes(b) Explicit lock(c) Implicit lock(d) Exclusive lockThe question was asked during an internship interview.This interesting question is from Multiple Granularity topic in chapter Concurrency Control of Database Management |
|
Answer» RIGHT option is (a) Intention lock modes For explanation: There is an intention mode associated with SHARED mode, and there is ONE with an exclusive mode. |
|