CompTIA ITF+ FC0-U61 Practice Question
In a company's database, you have been instructed to delete an entire table named 'EmployeeRecords' that is no longer needed. Which statement would you execute to accomplish this task?
REMOVE TABLE EmployeeRecords;
DELETE FROM EmployeeRecords;
TRUNCATE TABLE EmployeeRecords;
DROP TABLE EmployeeRecords;