DDL stands for Data Definition Language where we can apply CREATE, ALTER and DROP. DML stands for Data Manipulation Language deals with the manipulation oif data and this includes INSERT, UPDATE, DELETE statements.
DDL stands for Data Definition Language where we can apply CREATE, ALTER and DROP. DML stands for Data Manipulation Language deals with the manipulation oif data and this includes INSERT, UPDATE, DELETE statements.