What Are The Difference Between DDL, DML and DCL Commands?
What Are The Difference Between DDL, DML and DCL Commands?
What are the difference between DDL, DML and DCL commands?
DDL - Data Definition Language: statements used to define the database structure or schema.
Some examples:
DML - Data Manipulation Language: statements used for managing data within schema objects.
Some examples:
TCL - Transaction Control: statements used to manage the changes made by DML statements. It
allows statements to be grouped together into logical transactions.