CompTIA Tech+ FC0-U71 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?
DELETE FROM EmployeeRecords;
DROP TABLE EmployeeRecords;
REMOVE TABLE EmployeeRecords;
TRUNCATE TABLE EmployeeRecords;