Hi,
how can I find out which column of a Table is referneced to a column of the other Table.
I mean for Example:
The first Table has a column as a Foreign Key. And the second Table has a column as a Primary Key. Now I want to display with a Select Statement that if the two tables are referenced!
In Oracle I can see the relation in the Data Dictionary!
And how in Informix?
Thanks!!!