Hello All,
Is there any means to list out the foreign key tables
which are liked with a primary key?
What i want to do is something as follows:

TableA with  primary key TableAPK

TableB with Foreign key TableAPK 
TableC with Foreign Key TableAPK

Waht i want to get is

select tablename from ? where Foreign key = TableAPK
and this should list me

TableB
TableC


is there any way to get this?


Thanks in advance 

With Regards
Ashish Karalkar


 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to