Multiple Choice
In a relational database, a logical view ____.
A) is a physical duplicate of part of a table
B) is a physical duplicate of all of a table
C) is created with the SQL CREATE TABLE command
D) must be built over a single table, i.e. it cannot involve joined tables
E) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
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,
Q38: A data definition language (DDL) _.<br>A) is
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
Q44: The purpose of the SQL SELECT GROUP