Multiple choice

COMMIT is a

  1. DDL command

  2. DML command

  3. DCL command

  4. None of these

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

COMMIT is a TCL (Transaction Control Language) command, not DDL, DML, or DCL. It permanently saves changes made during a transaction. Since TCL is not listed, 'None of these' is technically correct.