nerdexam
Microsoft

98-364 · Question #133

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…

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

How the community answered

(36 responses)
  • A
    8% (3)
  • B
    3% (1)
  • D
    83% (30)
  • E
    6% (2)

Community Discussion

No community discussion yet for this question.

Full 98-364 Practice