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: orace sql query

Re: orace sql query

From: charely <nospam_at_skynet.be>
Date: Sat, 23 Jun 2007 09:29:15 +0200
Message-ID: <467ccbc8$0$14238$ba620e4c@news.skynet.be>

<sathishkesani_at_gmail.com> schreef in bericht news:1182532520.601695.17590_at_d30g2000prg.googlegroups.com...
>i want to create table with primary key but with out index
>

 create table sample ( id number not null primary key , name varchar2(256))  organization index

  while most people will argue that this creates an index with no table,   for the purist it creates a table that is just organized as an index Received on Sat Jun 23 2007 - 02:29:15 CDT

Original text of this message

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