Multiple choice

In which of the following transaction control commands in SQL is every change performed since the preceding COMMIT statement rejected?

  1. SELECT

  2. UPDATE

  3. ROLLBACK

  4. COMMIT

  5. DROP

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

In this type of transaction control command in SQL, every change performed since the preceding COMMIT statement is rejected.