Quiz Complete, well Done!
The
statement is used to delete a table from a database.
Foreign Key
DDL commands are executed using the
language.
What is the purpose of the INDEX statement in database definition language?
Which statement is used to create a new table in a database?
SQL
DROP TABLE
Column
Which statement is used to grant privileges to a user in a database?
The DEFAULT constraint is used to provide a default value for a
when no value is specified.
Constraint
ADD COLUMN
Data Manipulation Language
The DROP TABLE statement is used to
a table.
What is the purpose of database definition language (DDL)?
The
is used to define the structure, schema, and constraints of a database.
Which statement is used to add or modify constraints on a table?
CREATE TABLE
Which statement is used to define a view in a database?
The
constraint is used to uniquely identify records in a table.