You have a table named Employee that includes four columns. You execute the following statement:
SELECT * FROM Employee
Which columns are returned?
A.
all columns
B.
only the last column
C.
only the first column
D.
only the first and last columns
A