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
Post a Comment