A

Admin • 833K Points
Coach

Q. What is true about the following SQL statement?
SELECT * FROM table_1;

  • (A) invalid
  • (B) display contents of table_1
  • (C) improper case being used
  • (D) display only column names in table_1
  • Correct Answer - Option(B)
  • Views: 36
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

This question is asking about what the code does in MySQL. Let's break it down:

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.