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)- A4% (1)
- B4% (1)
- C77% (20)
- D15% (4)
Community Discussion
No community discussion yet for this question.