What is phantom read in the context of transaction isolation levels?
2025
What is phantom read in the context of transaction isolation levels?
Answer: A. A transaction reads a set of rows that were inserted by another transaction after it started
- A.
A transaction reads a set of rows that were inserted by another transaction after it started
- B.
A transaction reads data that was committed by another transaction
- C.
A transaction reads data that was changed by another transaction but not yet committed
- D.
None of the above
Attempted by 242 students.
Show answer & explanation
Correct answer: A
Explore the full course: Mppsc Assistant Professor Computer Science Paper 2
Loading lesson…