Q. Which keyword is used to delete all the rows from the table?
β
Correct Answer: (A)
TRUNCATE
Explanation: This question asks about how to remove all the data from a table in MySQL.