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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Primary key

Re: Primary key

From: Juhan Kundla <juhan_at_ensib.ee>
Date: Thu, 08 Apr 1999 16:54:20 +0300
Message-ID: <370CB50C.65DCFE7A@ensib.ee>


tyann001_at_aol.com wrote:
>
> Anyone know how to add a primary key to a column on an existing table?

alter table schema.table
add (constraint bla-bla primary key (field));

Juhan Received on Thu Apr 08 1999 - 08:54:20 CDT

Original text of this message

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