Finding interrelation between primary keys in tables

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............
 
R

RobinS

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top