Microsoft
70-433 · Question #75
You have two tables named Customer and SalesOrder. You need to identify all customers that have not yet made any purchases and those that have only made orders with an OrderTotal less than 100…
The correct answer is A. SELECT *. See the full explanation below for the reasoning.
Question
You have two tables named Customer and SalesOrder. You need to identify all customers that have not yet made any purchases and those that have only made orders with an OrderTotal less than 100. Which query should you use?
Options
- ASELECT *
- BSELECT *
- CSELECT *
- DSELECT *
How the community answered
(14 responses)- A71% (10)
- B14% (2)
- C7% (1)
- D7% (1)
Community Discussion
No community discussion yet for this question.