Question

The "Dirty Read" problem occurs when:

A A transaction reads data that has been modified by another uncommitted transaction.
B A transaction reads the same data twice and gets different values.
C A transaction fails to read data due to a lock.
D A transaction updates data that another transaction is trying to read.
E A transaction is unable to commit its changes.
Practice Next

Hey! Ask a query