Sequence Editor |
Previous Index Next How To Use |
Sequences - also called Generators on certain database engines - are database objects with the sole purpose of generating unique numbers. Unlike GUIDs, these numbers usually are simple 64-bit integer values and only unique for that particular sequence.
With the Sequence Editor, you can create, alter and drop sequences.
Below is an example of the Oracle Sequence Editor:
The Oracle Sequence Editor
|