Multiple Choice
Regarding the interchangeability of subqueries and joins,
A) a join can always be used as an alternative to a subquery,and a subquery can always be used as an alternative to a join.
B) a join can sometimes be used as an alternative to a subquery,and a subquery can sometimes be used as an alternative to a join.
C) a join can always be used as an alternative to a subquery,and a subquery can sometimes be used as an alternative to a join.
D) a join can sometimes be used as an alternative to a subquery,and a subquery can always be used as an alternative to a join.
E) a join can never be used as an alternative to a subquery,and a subquery can never be used as an alternative to a join.
Correct Answer:

Verified
Correct Answer:
Verified
Q3: A SELECT statement used in a WHERE
Q6: SQL was developed by IBM in the
Q40: Only two tables can be queried by
Q67: The SQL built-in function MIN obtains the
Q77: A nested SELECT statement (one that appears
Q77: In an SQL query,which SQL keyword is
Q78: The columns to be obtained by an
Q84: What is SQL?
Q84: Given a table with the structure: EMPLOYEE
Q85: The following database will be used in