Data definition language (DDL)

Data definition language (DDL) describes the portion of SQL that allows you to create, alter, and destroy database objects. These database objects include schemas, tables, views, sequences, catalogs, indexes, and aliases.

Related concepts
Types of SQL statements
Related information
Get started with SQL