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.
The core DDL commands are [[create]], [[alter]], [[drop]], and [[truncate]].
Use [[identity]] to set up auto-incrementing unique identifiers for records.