DDL - Data definition language: is used to create and change tables (CREATE, ALTER, etc.), right?
DML - Data manipulation language: is used for data manipulation of tables (INSERT, UPDATE, DELETE, SELECT).
Do CONSTRAINTS fall into the DDL category?