The commands to create, modify, or delete tables, columns & databases.
Examples: CREATE, ALTER, DROP
DML is a subset of SQL that involves querying and manipulating records in existing tables.
Most of the DML you'll be doing will be related to CRUD operations on rows.
The commands to create, read, modify, or delete rows.
Examples: SELECT, INSERT, UPDATE, DELETE`