Creating sequences
Many applications require the use of unique numbers as primary key values.
You can either build code into the application to handle this requirement or use
a sequence to generate unique numbers. This lesson covers creating and using
sequences that create unique numbers.
At the end of this lesson, you should be able to
Explain the use of sequences.
Create a sequence.
Use a sequence.
Modify a sequence definition.
Remove a sequence.