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 -> Newbie: datatype, sequence

Newbie: datatype, sequence

From: Stefan Lintner <stefan.lintner_at_wu-wien.ac.at>
Date: Wed, 14 Aug 2002 11:18:31 +0200
Message-ID: <ajd798$ge3$1@bird.wu-wien.ac.at>


Hi,

I am new to Oracle9i SQL and have a problem in choosing the correct datatype; I create the following table:

create table test (
id integer primary key,
name char(30),
adress char(40)
);

Now I would like to have "id" as a sequence. Which datatype should I use when I create the table? Integer like in my example above?

Thanks for your help,
Stefan Received on Wed Aug 14 2002 - 04:18:31 CDT

Original text of this message

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