CREATE SEQUENCE statement

Creates a sequence that can be used to generate primary key values that are unique across multiple tables, and for generating default values for a table.

 Syntax
 Parameters
 Remarks
 Permissions
 Side effects
 See also
 Standards and compatibility
 Example