Multiple choice

Which of the following is not a Data Control Language (DCL) statement?

  1. COMMIT

  2. ROLLBACK

  3. LOCK TABLE

  4. SAVEPOINT

  5. SET TRANSACTION

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

It controls concurrency and it is a Data Manipulation Language (DML) statement.