Question
A student is analyzing Concurrency Control. Which statement about dirty read is correct?
Correct Answer: B
a transaction reads data written by another transaction that has not yet committed
This statement is correct because dirty read means that a transaction reads data written by another transaction that has not yet committed.
This statement is correct because dirty read means that a transaction reads data written by another transaction that has not yet committed.
Leave a Reply