Que: In the following MySQL command how many rows will be deleted?

DELETE person
WHERE person_id=1;
/*person_id is a primary key */
a. 1
b. 0
c. No row
d. None of the mentioned
Answer: 1

Leave a Comment