Question
A student is analyzing Concurrency Control. Which statement about phantom read is correct?
Select an option. Your answer will be checked instantly.
Correct Answer: C. a repeated predicate query returns additional or missing rows because another transaction inserted or deleted matching rows
Explanation:
This statement is correct because phantom read means that a repeated predicate query returns additional or missing rows because another transaction inserted or deleted matching rows.
Leave a Reply