nerdexam
Microsoft

98-364 · Question #142

The Product table contains the following data. You execute the following statement: - SELECT COUNT(*) - FROM Product WHERE Quantity > 18 What is the value returned by this statement?

The correct answer is C. 3. See the full explanation below for the reasoning.

Question

The Product table contains the following data. You execute the following statement:

  • SELECT COUNT(*)
  • FROM Product WHERE Quantity > 18

What is the value returned by this statement?

Options

  • A1
  • B2
  • C3
  • D4

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    77% (20)
  • D
    15% (4)

Community Discussion

No community discussion yet for this question.

Full 98-364 Practice