Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Report for Extracting Primary and dependant Foreign Keys for a table.
> Does anyone wish to share a script they may have, to identify
> all Foreign keys for a particular Primary key.
SELECT CONSTRAINT_NAME FROM ALL_CONSTRAINTS WHERE R_CONSTRAINT_NAME = 'PK_????'; Received on Tue Apr 01 1997 - 00:00:00 CST
![]() |
![]() |