DDL
Data Definition Language
SQL subset for defining schema -- CREATE, ALTER, DROP.
Programming & Web
When you'd see it: Database schema work. DDL is the SQL for creating and changing structure.
Why it matters: DDL is the subset of SQL that defines schema: CREATE, ALTER, DROP. It changes the shape of the database, not the data inside, and those changes are often hard to undo.
Study this in BizTech Primer →