Multiple choice

Which of the following commands in transaction control in SQL is used to save the changes in the database by the transaction?

  1. SAVEPOINT

  2. COMMIT

  3. SET TRANSACTION

  4. ROLLBACK

  5. None of the above

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

Yes, this transaction command is used to save the work that is performed by the transaction on the database.