Multiple Choice
The SQL SELECT DISTINCT operator ____.
A) eliminates duplicate rows in the output of an SQL SELECT command
B) eliminates duplicate columns in the output of an SQL SELECT command
C) eliminates duplicate attribute values within a row of the output of an SQL SELECT command
D) eliminates duplicate attribute values within a column of the output of an SQL SELECT command
E) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q53: The use of a subquery in an
Q54: The SQL CREATE TABLE command is capable
Q55: A relational query optimizer _.<br>A) is a
Q56: Structured Query Language (SQL) _.<br>A) is capable
Q57: A basic SQL SELECT command is capable
Q59: In an SQL SELECT statement, a subquery
Q60: A relational query optimizer is a separate
Q61: The tables used in a SELECT command
Q62: When tables are to be joined in
Q63: In an SQL SELECT command, a SELECT