Forum discussion on MySQL

Answer the question and discuss

Re: Answer the question and discuss

by Rashaduzzaman Ananda 181-15-1870 -
Number of replies: 0
DDL
DDL is Data Definition Language and is used to define the structures like schema, database, tables, constraints etc. Examples of DDL are create and alter statements.

DML
DML is Data Manipulation Language and is used to manipulate data. Examples of DML are insert, update and delete statements.