This article is tagged with:
Sql drop with dependencies
and mysql
sql drop with dependencies
DROP TABLE tableName CASCADE;
-- Table can also be schema or whatever else.