CTS International interview question

What is difference between DDL and DML in database?

Interview Answer

Anonymous

8 Jun 2012

DDL is used for creating tables.DML is for ,inserting,updating,deleting,querying tables.

1