Hi,

I've queried the dba_constraints table to see which constraints one of my tables has, and have the following results:
Code:
TABLE_NAME       Con. Name        T 
---------------- ---------------- -
CUSTOMER         SYS_C004465      P
CUSTOMER         SYS_C004466      R
Is there anyway I can find out which column name these constraints relate to?

Thanks