Multiple Choice
A data definition language (DDL) ____.
A) is the same as a data manipulation language
B) is limited to defining the size and type of attributes
C) specifies what tables will be in the database, what attributes will be in the tables, and which attributes will be indexed
D) specifies the programming language statements that will be used to access the data in a relational database
E) specifies the operating system parameters that will permit the relational DBMS to function within its environment
Correct Answer:

Verified
Correct Answer:
Verified
Q33: Typing SQL SELECT commands in at a
Q34: All of the following are true about
Q35: A relational query optimizer optimizes _.<br>A) the
Q36: The SQL SELECT command is capable of
Q37: In the SQL SELECT command embedded mode,
Q39: In a relational database, a logical view
Q40: In the SQL SELECT command, the attributes
Q41: Placing SQL SELECT commands among the lines
Q42: The SQL SELECT HAVING clause limits the
Q43: The SQL SELECT built-in function that adds