A

Admin • 833K Points
Coach

Q. Which line of the following statements will produce error?

  • (A) SELECT * FROM person WHERE person_id=1;
  • (B) SELECT pname FROM person;
  • (C) SELECT pname, lname, person_id FROM person;
  • (D) None of the mentioned
  • Correct Answer - Option(D)
  • Views: 28
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

This question asks you to identify which line of code will cause an error when running in a MySQL database. Let's break down each option:

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.