Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: finding a table's primary key

Re: finding a table's primary key

From: <rspeaker_at_my-dejanews.com>
Date: Tue, 02 Mar 1999 14:59:22 GMT
Message-ID: <7bguc4$s26$1@nnrp1.dejanews.com>


Try querying user_constraints where table_name = '<your_table_name>' and constraint_type = 'P'.

HTH,
Roy

In article <7bgijs$i1e$1_at_nnrp1.dejanews.com>,   jerwynn_at_buyasia.com wrote:
> Is there an SQL or PL/SQL command to query the primary key of a table?
>
> If not, where (in which tables) can I find information
> about the primary keys of tables?
>
> Thanks.
>
> Jerwynn
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
>

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Tue Mar 02 1999 - 08:59:22 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US