nerdexam
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)
  • A
    83% (54)
  • B
    5% (3)
  • C
    9% (6)
  • D
    3% (2)

Community Discussion

No community discussion yet for this question.

Full 98-364 Practice