Re: Referential integrity

From: Tom Swier <tswier_at_yahoo.com>
Date: 3 Jun 2002 08:25:23 -0700
Message-ID: <8098db11.0206030725.79918b9c_at_posting.google.com>


To Eitan Mizrahi:

Try this query:

     select * from all_cons_columns;

or

     select constraint_name, table_name, column_name
     from all_cons_columns;

Should give you what you need. Received on Mon Jun 03 2002 - 17:25:23 CEST

Original text of this message