Sequence Editor

Top  Previous  Next
Supported for
InterBase
Firebird
Oracle
Microsoft SQL Server (SQL Server 2012 and up)
PostgreSQL

 

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