Question
Which option best describes the use of non-repeatable read in a database system?
Select an option. Your answer will be checked instantly.
Correct Answer: C. a transaction reads the same row twice and gets different values due to another committed update
Explanation:
non-repeatable read is used in Advanced DBMS because a transaction reads the same row twice and gets different values due to another committed update.
Leave a Reply