Q. Which command will remove the records from the table, but not affect the structure of the table?
β
Correct Answer: (B)
DELETE
Explanation: The TRUNCATE command will remove the records from the table, but not affect the structure of the table.