Multiple choice technology databases

Which is NOT TCL Statements ?

  1. SAVEPOINT

  2. GRANT

  3. ROLLBACK

  4. COMMIT

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

TCL (Transaction Control Language) includes COMMIT, ROLLBACK, and SAVEPOINT - all used to manage transactions. GRANT is a DCL (Data Control Language) statement used for permissions, not transaction control. Therefore GRANT is NOT a TCL statement, making it the correct answer to 'which is NOT TCL'.