Question
A student is analyzing Concurrency Control. Which statement about non-repeatable read is correct?
Select an option. Your answer will be checked instantly.
Correct Answer: B. a transaction reads the same row twice and gets different values due to another committed update
Explanation:
This statement is correct because non-repeatable read means that a transaction reads the same row twice and gets different values due to another committed update.
Leave a Reply