I have a table with an ID, multiple other tables with Foreign key holding that parent ID.
Is there an efficient way to check which tables contain the ID in their FK column, without declaring the child table names? I'm using MySql
I have a table with an ID, multiple other tables with Foreign key holding that parent ID.
Is there an efficient way to check which tables contain the ID in their FK column, without declaring the child table names? I'm using MySql