Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: What is "sequence"?
HI,
Sequence is a feature use to generate unique numbers. These numbers can be use as primary key of the table. You must create it first (create sequence...), and then you have to select select sequence_name.nextval from dual to obtain then unique number. There are several parameters you can use when you create it.
Mario Methot
Berclain Group
Quebec, Canada
Kirill V. Florensky <airgeo_at_dol.ru> wrote in article
<01bc5ec6$34743da0$8f1557c2_at_sa>...
> Hi
> Can any one please explain me what are "sequnces" ?
>
> Thanks
>
> Kirill
>
Received on Thu May 15 1997 - 00:00:00 CDT
![]() |
![]() |