2
How to identify, by means of an instruction SQL, the tables that relate to another, that is, the tables that have a foreign key that references another table?
According to the dummy example, I need an instruction that shows how to output the list of tables linked to table product, in this case, the tables item_product and stockpile.