InterviewSolution
Saved Bookmarks
| 1. |
Snapshot isolation is used to give(a) Transaction a snapshot of the database(b) Database a snapshot of the transaction(c) Database a snapshot of committed values in the transaction(d) Transaction a snapshot of the database and Database a snapshot of committed values in the transactionI got this question by my school teacher while I was bunking the class.I want to ask this question from Snapshot Isolation topic in section Concurrency Control of Database Management |
|
Answer» Correct answer is (d) TRANSACTION a snapshot of the database and Database a snapshot of COMMITTED values in the transaction |
|