Microsoft
98-364 · Question #192
You have a table named Employee that includes four columns. You execute the following statement: - SELECT * - FROM Employee Which columns are returned?
The correct answer is A. all columns. See the full explanation below for the reasoning.
Question
You have a table named Employee that includes four columns. You execute the following statement:
- SELECT *
- FROM Employee
Which columns are returned?
Options
- Aall columns
- Bonly the last column
- Conly the first column
- Donly the first and last columns
How the community answered
(65 responses)- A83% (54)
- B5% (3)
- C9% (6)
- D3% (2)
Community Discussion
No community discussion yet for this question.