INCREMENT BY: Default is 1.
CYCLE: the sequence restarts from the beginning once it reaches its maximum or minimum value.
NOCYCLE: the sequence stops generating values once it reaches its maximum value. Default behavior.
CACHE: Specifies the number of sequence numbers to cache in memory for faster access. Default is 20.
NOCACHE: Disables caching of sequence numbers. Each request will be served by the database.
ORDER: Guarantees that sequence values are generated in order of request. Default behavior.