DROP TABLE table_name; -- Example: remove the employees table DROP TABLE employees;
Click Run to execute this code.