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

  1. A.

    A transaction reads a set of rows that were inserted by another transaction after it started

  2. B.

    A transaction reads data that was committed by another transaction

  3. C.

    A transaction reads data that was changed by another transaction but not yet committed

  4. 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…