The DROP TABLE statement is used to a table.

ALTER TABLE is used to the structure of an existing table.

The ALTER TABLE statement is used to a table structure.

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

The UNIQUE constraint ensures that all values in a column are .

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

DDL stands for .

The DEFAULT constraint is used to provide a default value for a when no value is specified.

The NOT NULL constraint ensures that a column cannot contain values.