How to identify tables that relate to one another, that is, tables that have a foreign key that references another table?
As the dummy example, I need a statement that shows the list of tables linked to the product table as output, in this case the tables item_product and stock .