Microsoft
98-361 · Question #226
You are creating a database for a student directory. The Students table contains the following fields: Which statement will retrieve only the first name, last name, and telephone number for every…
The correct answer is D. Option D. Use SELECT...FROM and list the fields you want to retrieve.
Understanding Databases
Question
You are creating a database for a student directory. The Students table contains the following fields:
Which statement will retrieve only the first name, last name, and telephone number for every student listed in the directory?
Exhibit
Options
- AOption A
- BOption B
- COption C
- DOption D
How the community answered
(16 responses)- A6% (1)
- B19% (3)
- C6% (1)
- D69% (11)
Explanation
Use SELECT...FROM and list the fields you want to retrieve.
Topics
#SQL SELECT#column projection#query syntax#database query
Community Discussion
No community discussion yet for this question.
