InterviewSolution
Saved Bookmarks
| 1. |
Difference between DDL&DML |
|
Answer» Thx. DDl stand for data description language or data definition language is a standard for commands that define the different structures in data base... And DML is a data manipulation language that enables user to access and manipulate data stored in a table. |
|