nerdexam
Microsoft

98-364 · Question #181

You have a table named Student that contains 100 rows. Some of the rows have a NULL value in the FirstName column. You execute the following statement: DELETE FROM Student What is the result?

The correct answer is A. All rows in the table will be deleted. See the full explanation below for the reasoning.

Question

You have a table named Student that contains 100 rows. Some of the rows have a NULL value in the FirstName column. You execute the following statement:

DELETE FROM Student What is the result?

Options

  • AAll rows in the table will be deleted.
  • BAll rows containing a NULL value in the FirstName column will be deleted.
  • CYou will receive an error message.
  • DAll rows and the table definition will be deleted.

How the community answered

(45 responses)
  • A
    71% (32)
  • B
    18% (8)
  • C
    7% (3)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full 98-364 Practice