1.

In _______ schemes, each write operation creates a new version of Q(a) Multiversion(b) Snapshot isolation(c) Lock based(d) TimestampThe question was asked in examination.My query is from Multiversion Schemes, Snapshot Isolation topic in portion Concurrency Control of RDBMS

Answer»

The correct choice is (a) Multiversion

Easiest explanation: In multiversion SCHEMES, each write operation CREATES a new VERSION of Q. When a TRANSACTION ISSUES a read operation, the concurrency control manager selects one of the versions of Q to be read.



Discussion

No Comment Found

Related InterviewSolutions