Question
A student is analyzing Concurrency Control. Which statement about phantom read is correct?
Correct Answer: C
a repeated predicate query returns additional or missing rows because another transaction inserted or deleted matching rows
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.
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