1.

State true or false: Snapshot isolation prevents lost updates(a) True(b) FalseThis question was posed to me in an international level competition.I'd like to ask this question from Multiversion Schemes, Snapshot Isolation in section Concurrency Control of RDBMS

Answer»

Correct choice is (a) True

To explain I would SAY: Snapshot ISOLATION prevents LOST UPDATES because it does not allow two transactions to simultaneously WRITE on the same database.



Discussion

No Comment Found

Related InterviewSolutions