Multiple Choice
In which of the following situations would one have to use an outer join in order to obtain the desired results?
A) A report is desired that lists all customers who placed an order.
B) A report is desired that lists all customers and the total of their orders.
C) A report is desired that lists all customers, the total of their orders during the most recent month, and includes customers who did not place an order during the month (their total will be zero) .
D) There is never a situation that requires only an outer join.
Correct Answer:

Verified
Correct Answer:
Verified
Q10: What is a self-join and how is
Q41: The following query will execute without errors.<br>select
Q42: The UNION clause is used to:<br>A) combine
Q44: What is a derived table? When is
Q45: All of the following are advantages of
Q48: A _ is a collection of SQL
Q49: _ can be thought of as a
Q57: Establishing IF-THEN-ELSE logical processing within an SQL
Q61: Triggers have three parts: the event, the
Q76: The advantages of SQL-invoked routines are flexibility,