DDL, DML, DCL & TCL commands in SQL with syntax & examples
First of all, let’s define what is DDL, DML, DCL, and TCL in DBMS. DDL is Data Definition Language DML is Data Manipulation Language DCL is Data Control Language TCL is Transaction Control Language As you see from its name it allows to define, manipulate and control data and transactions in SQL language. It’s four … Read more