Multiple Choice
When an SQL SELECT command has a subquery within it ____.
A) the subquery is executed first
B) the subquery is executed last
C) there is just one SELECT clause in the entire command, including the subquery
D) all predicates in the subquery's WHERE clause are passed back to the main query
E) all predicates in the main query's WHERE clause are passed down to the subquery
Correct Answer:

Verified
Correct Answer:
Verified
Q18: SQL SELECT commands must be issued against
Q19: The SQL SELECT IN operator _.<br>A) involves
Q20: The tables to be joined in an
Q21: In the SQL SELECT command, the search
Q22: If several AND and OR operators appear
Q24: A basic SQL SELECT command is capable
Q25: The ORDER BY operator in the SQL
Q26: The DISTINCT operator in the SQL SELECT
Q27: SQL incorporates features of both a data
Q28: A subset of the columns and/or rows