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

Last Updated on August 18, 2021 by Admin 2

You have a table named Employee that includes four columns.
You execute the following statement:

SELECT *
FROM Employee

Which columns are returned?

  • all columns
  • only the last column
  • only the first column
  • only the first and last columns
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments