🎴 Flashcard Mode

Simple DBMS Quiz

Card1 / 8
Mastered0
Review0
QuestionClick to flip

Which one of the following comes under Transaction controlled Language ?

AnswerClick to flip back
A
rollback
💡 Explanation:

ROLLBACK is a Transaction Control Language (TCL) command that undoes transactions, while GRANT and REVOKE are Data Control Language (DCL) commands used for permissions. TCL includes COMMIT, ROLLBACK, and SAVEPOINT for managing database transactions.

Change Mode