What are the difference between DDL and DML?

 



What are the difference between DDL and DML?

DDL

DML

1-DDL stands for data definition language.

2-DDL sub-language is used to work with   header of the table.

3-DDL sub language contains some commands like create,alter,truncate and drop.

1-DML stands for data manipulation language.

2-DML sub-language is used to manipulate the data base object.

3-DML sub language contain some commands like Insert, update and delete.

Comments

Popular posts from this blog

What is DBMS and RDBMS?

what is data, information and knowledge?

Q-1-What is difference between drop and delete command? Q-2-what is difference between drop and truncate commands? Q-3-Why truncate is DDL command? Q-4- What is select commands?