DDL, DML



DML is abbreviation of Data Manipulation Language. 
It is used to retrieve, store, modify, delete, insert and update data in database. 

Examples: SELECT, UPDATE, INSERT statements are used for DML. 

DDL is abbreviation of Data Definition Language. 
It is used to create and modify the structure of database objects in database.
Create table, Alter table, Modify Column