DDL commands are executed using the language.

The is used to define the structure, schema, and constraints of a database.

The constraint is used to uniquely identify records in a table.

The statement is used to delete a table from a database.

In DDL, the CREATE statement is used to create a new table in a database.

The primary key is defined using the constraint in a DDL query.