Which of the following is used to create and delete views and relations within tables?
A.
SQL Data Definition Language
B.
SQL Data Manipulation Language
C.
SQL Data Relational Language
D.
SQL Data Identification Language
Explanation:
SQL supports the data definition language (DDL) for creating, altering, and deleting
tables and indexes. SQL does not permit metadata object names to be represented by parameters
in DDL statements. With this language you can create many of the objects used in SQL, this
language is standard and is supported by most database vendors in its standard form. Many ofthem also extends its functionality for proprietary products.