Monthly Archives: July 2009

What are the difference between DDL, DML and DCL commands?

What are the difference between DDL, DML and DCL commands?
DDL – Data Definition Language: statements used to define the database structure or schema. Some examples:

CREATE – to create objects in the database
ALTER – alters the structure of the database
DROP – delete objects from [...]