SQL - DDL, DQL, DML, DCL and TCL Commands: - Transaction Control Language. So We Will See in Detail About TCL As Well
SQL - DDL, DQL, DML, DCL and TCL Commands: - Transaction Control Language. So We Will See in Detail About TCL As Well
Structured Query Language(SQL) as we all know is the database language by the use
of which we can perform certain operations on the existing database and also we can
use this language to create a database. SQL uses certain commands like Create, Drop,
Insert etc. to carry out the required tasks.
These SQL commands are mainly categorized into four categories as:
1. DDL – Data Definition Language
2. DQl – Data Query Language
3. DML – Data Manipulation Language
4. DCL – Data Control Language
Though many resources claim there to be another category of SQL clauses TCL –
Transaction Control Language. So we will see in detail about TCL as well.