Question
In Advanced DBMS, what is meant by non-repeatable read?
Correct Answer: D
a transaction reads the same row twice and gets different values due to another committed update
The correct answer explains non-repeatable read in the context of Concurrency Control.
The correct answer explains non-repeatable read in the context of Concurrency Control.
Leave a Reply