1.

Which of the following is a variant of snapshot isolation(a) First committer wins(b) First updater wins(c) More than one of the mentioned(d) None of the mentionedI had been asked this question by my college director while I was bunking the class.This interesting question is from Multiversion Schemes, Snapshot Isolation topic in chapter Concurrency Control of RDBMS

Answer»

Correct OPTION is (c) More than one of the mentioned

The best I can explain: First committer WINS and first updater wins are two DIFFERENT variations of SNAPSHOT ISOLATION.



Discussion

No Comment Found

Related InterviewSolutions