In the following MySQL command how many rows will be updated?
UPDATE personSET lname=’s’,Fname = ’p’,WHERE person_id = 1;/* person_id is a primary key */
UPDATE personSET lname=’s’,Fname = ’p’,WHERE person_id = 1;/* person_id is a primary key */In the following MySQL command how many rows will be updated?
UPDATE personSET lname=’s’,Fname = ’p’,WHERE person_id = 1;/* person_id is a primary key */ Correct Answer Single row
মোঃ আরিফুল ইসলাম
Feb 20, 2025