Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Primary Key
"Kram" <myoung_at_optushome.com.au> wrote in message news:7xgj8.36$an4.4224_at_nsw.nnrp.telstra.net...
> How do I find the primary key of a table?
>
Hi,
try:
1. select * from user_constraints where constraint_type ='P';
2. use your real name in the group and be polite. It will make
more fun for all of us 8-).
Greetings from Germany,
Guido
Received on Tue Mar 12 2002 - 01:19:33 CST
![]() |
![]() |