Home »
MCQs »
SQL MCQs »
SQL Commands: DDL, DML, DCL, TCL, DQL MCQs
Following the completion of a transaction, it must be executed to save all the operations performed in the transaction. Here we are talking about which command?
13. Following the completion of a transaction, it must be executed to save all the operations performed in the transaction. Here we are talking about which command?
- REVOKE
- COMMIT
- ROLLBACK
- SAVE
Answer: B) COMMIT
Explanation:
Following the completion of a transaction, the COMMIT command must be executed to save all the operations performed in the transaction.