A

Admin • 833K Points
Coach

Q. In the following MySQL command how many rows will be updated?
UPDATE person
SET lname=’s’,
Fname = ’p’,
WHERE person_id = 1;
/* person_id is a primary key */

  • (A) Single row
  • (B) ==
  • (C) No row
  • (D) None of the mentioned
  • Correct Answer - Option(A)
  • Views: 27
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

This MySQL command is designed to update information in a table named "person".

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.