List of questions
Related questions
Question 21 - DS0-001 discussion
A business analyst is using a client table and an invoice table to create a database view that shows clients who have not made purchases yet. Which of the following joins is most appropriate for the analyst to use to create this database view?
A.
INNER JOIN ON Client.Key = Invoice.Key
B.
RIGHT JOIN ON Client.Key = Invoice.Key WHERE BY Client.Key IS NOLL
C.
LEFT JOIN ON Client.Key = Invoice.Key
D.
LEFT JOIN ON Client.Key = Invoice.Key WHERE BY Invoice.Key IS NOLL
Your answer:
0 comments
Sorted by
Leave a comment first