1.

In ___________ isolation each transaction is given its own version of the database(a) Timestamp(b) Snapshot(c) Lock based(d) All of the mentionedI had been asked this question by my school teacher while I was bunking the class.This intriguing question originated from Transaction Isolation Levels in division Transactions of RDBMS

Answer»

Right ANSWER is (b) SNAPSHOT

For explanation: In snapshot isolation, each transaction is GIVEN its own VERSION or snapshot of the DATABASE on which it can operate.



Discussion

No Comment Found

Related InterviewSolutions