Question
A student is analyzing Concurrency Control. Which statement about dirty read is correct?
Select an option. Your answer will be checked instantly.
Correct Answer: B. a transaction reads data written by another transaction that has not yet committed
Explanation:
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