Multiple choice

Which of the following commands is/are used to terminate transactions?

  1. STOP TRANSACTION

  2. COMMIT and ROLLBACK TRANSACTION

  3. Only by COMMIT TRANSACTION

  4. Only by ROLLBACK TRANSACTION

  5. END TRANSACTION

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

Transaction is terminated by COMMIT and ROLLBACK.