what TCL commands are supported by SQL
Answers
Answer:
Explanation:
TCL commands are used to manage transactions in the database. Transactional control commands are used only DML Commands such as INSERT, UPDATE and DELETE. COMMIT, ROLLBACK and SAVEPOINT are the TCL commands used in SQL.
Transaction Control Language commands are used to manage transactions in the database. Transactional control commands are used only DML Commands such as INSERT, UPDATE and DELETE. COMMIT, ROLLBACK and SAVEPOINT are the TCL commands used in SQL.
Commit, Rollback and Savepoint SQL commands
Commit, Rollback and Savepoint SQL commandsTransaction Control Language(TCL) commands are used to manage transactions in the database. These are used to manage the changes made to the data in a table by DML statements. It also allows statements to be grouped together into logical transactions.
I hope it helps you xD.........
Mark My Answer As BRAINLIEST.
Follow me for more help.