Process Flow - Sequences and auto-increment
Create Sequence
Sequence Initialized
Request Next Value
Sequence Returns Current Value
Sequence Increments
Use Value in Table Insert
Repeat Request for Next Value
This flow shows how a sequence is created, then each time a next value is requested, the sequence returns the current number and increments for the next call.