MCQOPTIONS
Saved Bookmarks
| 1. |
What is degree 0 isolation? |
| A. | 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» E. | |