Definition: The Data Definition Language (DDL) is one of two major components of the Structured Query Language (SQL). It is used to insert, retrieve and modify data stored within a relational databases. Some of the major commands comprising DML are CREATE TABLE, DROP TABLE and CREATE INDEX.
Also Known As: DDL

