DML stands for Data Manipulation Language. It is used to retrieve, modify, delete and, insert data in database. Examples: SELECT, UPDATE, INSERT, DELETE statements.
DDL - Data Definition Language. Its statements are used to define the database structure or schema. For example, CREATE, ALTER and DROP statements.
Login in to like
Login in to comment