How to find specific links between two tables
问题 I have lots of tables and lots of relationships between them. When I try to make some join between them I'm stuck at finding the relationship between the two tables. For the sake of simplicity let's say I have Table A and Table B . They are linked with a foreign key. Q: How can I find the foreign key between this two exact tables and the column it references? And not all the tables or foreign keys that have a reference to this table. 回答1: You can join the data dictionary constraint-related