|
Category: Definition
Data Definition Language, DDL
The term Data Definition Language or short DDL is a dialect of
SQL
(Structured Query Language) and describes the structure of data in
relational databases.
Data definition refers to statements like
create,
alter
and
drop.
|