R
Q. In the following MySQL command how many rows will be deleted?
DELETE person
WHERE person_id=1;
/*person_id is a primary key */
- Correct Answer - Option(A)
- Views: 22
- Filed under category MySQL
Discusssion
Login to discuss.