nerdexam
Microsoft

70-459 · Question #69

You need to add a new column named Confirmed to the Attendees table. The solution must meet the following requirements: - Have a default value of false. - Minimize the amount of disk space used…

The correct answer is A. ALTER TABLE Attendees. See the full explanation below for the reasoning.

Question

You need to add a new column named Confirmed to the Attendees table. The solution must meet the following requirements: - Have a default value of false. - Minimize the amount of disk space used. Which code block should you use?

Options

  • AALTER TABLE Attendees
  • BALTER TABLE Attendees
  • CALTER TABLE Attendees
  • DALTER TABLE Attendees

How the community answered

(47 responses)
  • A
    85% (40)
  • B
    4% (2)
  • C
    9% (4)
  • D
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 70-459 Practice