On Fri, 8 Jun 2001, meeta bhate wrote:
> Dear Sir,
> I am a Graduate student at the University of Toledo.My Master's project
> involves creating a database in PostgreSQL version 6.5.3.I was wondering
> if I can use SERIAL key along with a PRIMARY key as follows:
>
> create table ohiouniv (ui
Dear Sir,
I am a Graduate student at the University of Toledo.My Master's project
involves creating a database in PostgreSQL version 6.5.3.I was
wondering if I can use SERIAL key along with a PRIMARY key as
follows:
create table ohiouniv (uid serial primary key,
uname varc