DDL or Data Definition Language commands are used in defining or manipulating database schema. These are used for creating, modifying, and dropping the structure of database objects such as tables.
These are:
- CREATE TABLE | DATABASE <object_name>
- ALTER TABLE <table_name>
- DROP TABLE | DATABASE <object_name>