1. 'First Drop contrstraints like this' ALTER TABLE table_name DROP CONSTRAINT constraint_name; 2. 'Then drop table' DROP TABLE table_name;