What does degree 0 of isolation speak about?
Options
- a transaction does not overwrite data updated by another user or process
- transaction does not commit any writes until it completes all its writes
- transaction does not read dirty data from other transactions
- transactions do not dirty data read by a transaction before the transaction commits
CORRECT ANSWER : a transaction does not overwrite data updated by another user or process
Write your comments