Oracle - SQL - Sequence

A sequence is a user-defined schema bound object that generates a sequence of numeric values according to the specification with which the sequence was created.


Create Sequence

Get Current Sequence Value

Get Next Sequence Value

Using a Sequence in a Table Column