Finding interrelation between primary keys in tables

  • Thread starter Thread starter hirak chatterjee
  • Start date Start date
H

hirak chatterjee

Hi,
i want to find interrelations among all the primary keys in all the
tables.
for e.g== the output will be
.....is the primary key of table............
.....is the primary key of table..... and foreign key in table......
etc...like this.
i am using jdbc and oracle.
i will take care of the exact format of the output,but someone please
help me in wrting queries that will give me exactly the results i stated
above.
it is urgent please help............
 
You might want to post this to an Oracle newsgroup
or a Java newsgroup (since you're using jdbc).
This is a VB.net programming newsgroup.

Robin S.
 
Back
Top