InterviewSolution
Saved Bookmarks
| 1. |
Which of the following transactions can multiversion two phase locking protocol not differentiate.(a) Read only transactions(b) Update transactions(c) All of the mentioned(d) Double operator transactionsI had been asked this question in an international level competition.My doubt is from Multiversion Schemes, Snapshot Isolation in division Concurrency Control of RDBMS |
|
Answer» CORRECT answer is (d) Double OPERATOR TRANSACTIONS Best explanation: The multiversion two phase locking protocol cannot differentiate double operator transactions but it can differentiate between READ only transactions and update transactions. |
|