A phantom read occurs when a transaction rereads data it has previously read and finds modifications or deletions caused by a committed transaction.
A phantom read occurs when a transaction rereads data it has previously read and finds modifications or deletions caused by a committed transaction. Correct Answer