KnowledgeBoat Logo

Computer Science

What is TCL part of SQL ?

Relational Database

3 Likes

Answer

TCL part of SQL includes commands for specifying the beginning and ending of transactions along with commands to have control over transaction processing. Some examples of TCL commands are COMMIT, ROLLBACK, SET TRANSACTION and SAVEPOINT. These commands manage changes made by DML commands.

Answered By

1 Like


Related Questions