A

Admin • 833K Points
Coach

Q. What will be the output of the following SQL statement?
SELECT *
FROM person;

  • (A) Show all rows and columns of table "person"
  • (B) Show all rows of table "person"
  • (C) Show all columns of table "person"
  • (D) None of the mentioned
  • Correct Answer - Option(A)
  • Views: 24
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

This question is about how to retrieve data from a table in MySQL.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.