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.
DDL is abbreviation of Data Definition Language. It is used to create and modify the structure of database objects in database.
read more >>