Q. What does `TRUNCATE TABLE` do?
β
Correct Answer: (B)
Deletes data only and resets identity
Explanation: `TRUNCATE TABLE` removes all rows and resets any `AUTO_INCREMENT` counter.