Multiple choice technology databases

Which of the following are transactional control commands? A.COMMIT B.UPDATE C.SAVEPOINT D.SET TRANSACTIONS

  1. COMMIT

  2. UPDATE

  3. SAVEPOINT

  4. SET TRANSACTIONS

Reveal answer Fill a bubble to check yourself
A,C,D Correct answer
Explanation

Transaction control language (TCL) commands manage changes made by DML statements. COMMIT, SAVEPOINT, and SET TRANSACTION are TCL commands, whereas UPDATE is a Data Manipulation Language (DML) command.