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: Alter Table help needed.

Re: Alter Table help needed.

From: Howard J. Rogers <howardjr_at_www.com>
Date: Fri, 21 Sep 2001 04:34:54 +1000
Message-ID: <3baa361d@news.iprimus.com.au>


alter table emp
add (constraint blah_pk primary key (empno) deferrable initially immediate
using index
tablespace indx01);

Regards
HJR "Rob Panosh" <rob_panosh_at_asdsoftware.com> wrote in message news:1001000979.693353_at_nntp.accessus.net...
> Hi,
>
> My sample alter statement:
> --------------------------
> ALTER TABLE myTable
> ADD CONSTRAINT PK_MYTABLE PRIMARY KEY (myTestColumn)
> /
>
>
> Could somebody please revise the above demonstrating how to store this
> primary key in a different table space than the table? I need an example
on
> how to set phyical options.
>
>
> Thanks,
> --
> Rob Panosh
> Advanced Software Designs
>
>
>
>
>
Received on Thu Sep 20 2001 - 13:34:54 CDT

Original text of this message

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