InterviewSolution
Saved Bookmarks
| 1. |
Under ________ the system uses locking mechanism that applies only to updates(a) First updater wins(b) First committer wins(c) First writer wins(d) None of the mentionedThis question was addressed to me by my college director while I was bunking the class.I'd like to ask this question from Multiversion Schemes, Snapshot Isolation in chapter Concurrency Control of RDBMS |
|
Answer» Correct OPTION is (a) FIRST updater wins |
|