nerdexam
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)
  • A
    71% (10)
  • B
    14% (2)
  • C
    7% (1)
  • D
    7% (1)

Community Discussion

No community discussion yet for this question.

Full 70-433 Practice