Suppose my database contains the following tables :
table_Awith primary keyPKAtable_Bwith foreign keyFKA
Suppose also that I have no clue of the content of the database, except that it contains a table named table_A.
Here is my question : given table_A's name, what (PL/)SQL request do I have to make to the database to know that there is a table B that has a foreign key to table A ?
I'm using Oracle 11g