Degree 0 isolation- Definition - Database
Q. What is degree 0 isolation?- Published on 26 Aug 15a. Transaction does not read dirty data from other transactions.
b. Transaction does not commit any writes until it completes all its writes.
c. Transactions do not dirty data read by a transaction before the transaction commits.
d. A transaction does not overwrite data updated by another user or process.
ANSWER: A transaction does not overwrite data updated by another user or process.