Q. Which statement is used to delete an existing row from the table?
β
Correct Answer: (A)
DELETE
Explanation: This question is asking about how you remove a specific record (row) from a table in MySQL.