Multiple choice

In which of the following phases, the system does not actually commit or roll back the transaction, instead all nodes referenced in a distributed transaction is told to prepare to commit?

  1. Forget phase

  2. Prepare phase

  3. Commit phase

  4. Either Forget phase or Commit phase

  5. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In prepare phase, the system does not actually commit or roll back the transaction instead all nodes referenced in a distributed transaction is told to prepare to commit.