Multiple choice

_________ are Transaction Control Language commands in SQL.

  1. Grant and Commit

  2. Savepoint and Revoke

  3. Grant and Revoke

  4. Commit and Rollback

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

Transaction Control Language (TCL) commands in SQL manage transactions: COMMIT saves changes permanently, ROLLBACK undoes changes. GRANT and REVOKE are Data Control Language (DCL) commands for permissions. SAVEPOINT is a TCL command but paired with ROLLBACK TO, not GRANT/REvoke.