InterviewSolution
Saved Bookmarks
| 1. |
What Is Transaction Isolation Level ? |
|
Answer» The degree to which the intermediate STATE of the DATA being MODIFIED by a TRANSACTION is visible to other concurrent transactions and data being modified by other transactions is visible to it. The degree to which the intermediate state of the data being modified by a transaction is visible to other concurrent transactions and data being modified by other transactions is visible to it. |
|