Find column name from constraint name
user1980May 12 2009 — edited May 12 2009How to fetch the column name from a constraint name to which the constraint is applied?.
I only know the name of the constraint and can get the table name from "dba_constraints". How can I know to which column in the table this constraint is applied.
Thanks