Which of the following is not a transaction management SQL command?
2017
Which of the following is not a transaction management SQL command?
- A.
Rollback
- B.
Commit
- C.
Select
- D.
Savepoint
Attempted by 279 students.
Show answer & explanation
Correct answer: C
COMMIT, ROLLBACK, SAVEPOINT are transaction control (TCL) commands.
SELECT is a data retrieval (DQL) command, not transaction management.
A video solution is available for this question — log in and enroll to watch it.