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)- A85% (40)
- B4% (2)
- C9% (4)
- D2% (1)
Community Discussion
No community discussion yet for this question.