Message-Id: <10495.105471@fatcity.com> From: Vipul Mukund Shah Date: Fri, 12 May 2000 13:21:31 +0300 Subject: RE: query help This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01BFBBFB.D85831D0 Content-Type: text/plain; charset="iso-8859-1" Hi Greg Sorry for the earlier query. Try this query: select constraint, refdtbname "Parent Table", refscolumn "Parent Column", name "Child Table", refdcolumn "Child Column" from sysfkconstraints where creator like 'SCOTT' order by 1 Regards, VMS -----Original Message----- From: gfaktor@ecal.com [SMTP:gfaktor@ecal.com] Sent: Thursday, May 11, 2000 9:29 AM To: Multiple recipients of list ORACLE-L Subject: query help Hi All! I need write query to receive following info from data dictionary: ---------------------------------------------------------------------------- -------------- Constaraint_Name | Parent_Table | Parent_Column | Child_Table | Child_Column ---------------------------------------------------------------------------- -------------- for all foreign keys. Thanks. Greg. -- Author: Gregory Faktor INET: gfaktor@ecal.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). ------_=_NextPart_001_01BFBBFB.D85831D0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: query help

Hi Greg

Sorry for the earlier query. Try this = query:

select constraint, refdtbname "Parent = Table", refscolumn "Parent Column", name "Child Table", = refdcolumn "Child Column"
from sysfkconstraints
where creator like 'SCOTT'
order by 1

Regards,
VMS