DDL is a subset of SQL (Structured Query Language) used to define and manage the structure of [[relational database]] objects such as tables, schemas, indexes, and views. create [[create table]] [[create view]] alter drop [[drop table or view]] truncate