DDL statements are used to define the database structure or schema. Some examples are as follows:
DML statements are used for managing data within schema objects. Some exmples are as follows:
Some examples are as follows:
TCL statements are used to manage the changes made by DML statements. It allows statements to be grouped together into logical transactions.