Multiple Choice
HAPPY INSURANCE
Observe the HAPPY INSURANCE DATABASE:
CLIENT
AGENT
AREA
This database will be used for the following questions citing tables from the HAPPY INSURANCE database.
-What will be retrieved by the following query on the table CLIENT?
SELECT DISTINCT clientname FROM client WHERE clientspousename = 'Amy';
A) Name Amy twice
B) Name Amy
C) Name Cole
D) Names Andy and Cole
Correct Answer:

Verified
Correct Answer:
Verified
Q11: HAPPY INSURANCE<br>Observe the HAPPY INSURANCE DATABASE:<br>CLIENT<br>
Q12: What is a view?
Q13: What is an outer query?
Q14: VEHICLE<br>Observe the table VEHICLE that contains
Q15: STUDENT<br>Observe the table STUDENT:<br>STUDENT<br> <span
Q17: What is the purpose of the ORDER
Q18: When are two sets of columns union
Q19: VEHICLE<br>Observe the table VEHICLE that contains
Q20: What is the purpose of the GROUP
Q21: What is the purpose of the JOIN