The DROP TABLE command remove the table definitions and all data, indexes, triggers, constraints and related permissions.
Before you drop a table, you should check if there are any object (views, stored procedures, other tables) that reference the table.
You cannot drop a table referenced by anoth...