Multiple choice

When do we use rollback of transaction?

  1. To repeat the transaction

  2. To update transaction

  3. To save all transactions

  4. To recover from transaction failure

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

Rollback is used to recover from transaction failure. We make savepoints, like checkpoints to save our transactions.