Question
In Advanced DBMS, what is meant by phantom read?
Correct Answer: B
a repeated predicate query returns additional or missing rows because another transaction inserted or deleted matching rows
The correct answer explains phantom read in the context of Concurrency Control.
The correct answer explains phantom read in the context of Concurrency Control.
Leave a Reply