A

Admin • 833K Points
Coach

Q. How do you select all the columns from a table?

  • (A) SELECT all FROM table;
  • (B) SELECT columns FROM table;
  • (C) SELECT * FROM table;
  • (D) GET * FROM table;
  • Correct Answer - Option(C)
  • Views: 30
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

`SELECT *` selects all columns from the specified table.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.