Removes a table and all its data.
DROP TABLE [IF EXISTS] table_name;
DROP TABLE temporary_data; DROP TABLE IF EXISTS old_logs;