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: performance database oracle

Re: performance database oracle

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 06 Jul 2006 12:03:59 -0700
Message-ID: <1152212641.902845@bubbleator.drizzle.com>


B.Coenen_at_gmail.com wrote:

> CREATE TABLE PERSON (

> PERSONRECORDID INTEGER NOT NULL, PRIMARY KEY
> YEAR DATE NOT NULL, ALTERNATIVE KEY

SQL> select keyword

   2 from v$reserved_words
   3 where keyword like 'Y%';

KEYWORD



YEAR
YES SQL>
-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Thu Jul 06 2006 - 14:03:59 CDT

Original text of this message

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