I want to drop a table but it is referenced by one or more other tables. How can I find out which tables are referencing this table without having to look at each of the tables
Look at the KEY_COLUMN_USAGE table in the iformation_schema schema.