Which columns are returned?

You have a table named Employee that includes four columns. You execute the following statement:
SELECT * FROM Employee
Which columns are returned?

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



Leave a Reply 1

Your email address will not be published. Required fields are marked *