DDL and DML

Why do we need a DDL and DML in a database system?

Questions by abdulx

Showing Answers 1 - 2 of 2 Answers

ugly1

  • Jan 25th, 2008
 

DDL stands for data definition language and DML stands for data manipulation language.

DML changes data in an object (eg-insert,update,delete) and when we create,change or remove a database object thats DML (eg-create). so both are important.

  Was this answer useful?  Yes

DDL  is  nothing   but   Data  Definition  Language .  It is very important for a  dadabase that we have to  define  the data   such that  we can  create tables , alter tables, truncate  and  drop  tables

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.