Microsoft
98-364 · Question #133
98-364 Question #133: Real Exam Question with Answer & Explanation
The correct answer is D. 3. See the full explanation below for the reasoning.
Question
You have the following table definition: - CREATE TABLE Product - (ID INTEGER PRIMARY KEY, - Name VARCHAR(20), - Quantity INTEGER) The Product table contains the following data. You execute the following statement: SELECT Name FROM Product WHERE Quantity IS NOT NULL How many rows are returned?
Options
- A0
- B1
- C2
- D3
- E4
Community Discussion
No community discussion yet for this question.