Multiple choice When do we use rollback of transaction? To repeat the transaction To update transaction To save all transactions 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.