checkExcessiveForeignKeyConstraints

Checks all tables for any that have more than one defined foreign key constraint and logs the findings. If found, this function also logs the SQL statements that can be used to drop these foreign key constraints.

Return

List of foreign key constraints that are excessive and can be dropped.