How to find all the relations between all MySQL tables? If for example, I want to know the relation of tables in a database of having around 100 tables.
Is there any
you can use:
SHOW CREATE TABLE table_name;