A transaction reads data that has been written by another transaction that has not been committed yet is known as______read.

Options
- Fuzzy
- Non repeatable
- Phantom
- Dirty


CORRECT ANSWER : Dirty

Discussion Board
Dirty read

A transaction reads data that has been written by another transaction that has not been committed yet is known as dirty read. Dirty reads occur when a transaction reads data that has been written by another transaction that has not yet been committed.

Prajakta Pandit 03-2-2017 11:33 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement