Data definition language

 

Data definition language (DDL) describes the portion of SQL that creates, alters, and deletes database objects. These database objects include schemas, tables, views, sequences, catalogs, indexes, and aliases.

 

Parent topic:

SQL programming

 

Related concepts


Types of SQL statements

 

Related tasks


Getting started with SQL