Microsoft
98-364 · Question #236
Your class project requires that you help a charity to create a website that registers volunteers. The website must store the following data about the volunteers: - Given name - Surname - Telephone…
The correct answer is A. Create a table that contains columns that are named given name, surname, phone number. See the full explanation below for the reasoning.
Question
Your class project requires that you help a charity to create a website that registers volunteers. The website must store the following data about the volunteers:
- Given name
- Surname
- Telephone number
- Email address
You need to recommend a correct way to store the data. What do you recommend?
Options
- ACreate a table that contains columns that are named given name, surname, phone number,
- BCreate a table that contains rows that are named given name, surname, phone number,
- CCreate a view that contains columns that are named given name surname, phone number,
- DCreate a view that contains rows that are named given name surname, phone number,
How the community answered
(33 responses)- A85% (28)
- B3% (1)
- C9% (3)
- D3% (1)
Community Discussion
No community discussion yet for this question.