How do I see all foreign keys to a table or column?
Asked 07 September, 2021
Viewed 2.7K times
  • 72
Votes

In MySQL, how do I get a list of all foreign key constraints pointing to a particular table? a particular column? This is the same thing as this Oracle question, but for MySQL.

14 Answer