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: describe table

Re: describe table

From: Alistair Thomson <alistair_at_despammed.com>
Date: Wed, 5 Mar 2003 16:28:18 -0000
Message-ID: <b458iu$i4t$1$8300dec7@news.demon.co.uk>


Hi

You can use USER_IND_COLUMNS. Use USER_CONSTRAINTS to identify the primary key index.

Alistair

"Peter Valicek" <Sonny2_at_gmx.de> wrote in message news:b454q8$4d8$04$1_at_news.t-online.com... Hello,

how can I get the infos from a table abput which field is an index and where is the primary key. I'd like to know this to improve my sql queries.

Thanks in forward.

-Peter Received on Wed Mar 05 2003 - 10:28:18 CST

Original text of this message

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