42.2. Viewing Sequences #
In the navigation panel, go to Databases.
Click the name of the database.
Click the name of the schema.
Select Sequences.
The table of sequences with the following columns will be displayed:
Name.
Owner.
Data type: The data type of the sequence values.
Last_value: The last value of the sequence.
Min. value and Max. value: The minimum and maximum possible sequence values.
Step: The step for changing the sequence values.
Cycle: Specifies whether the sequence is cycled and restarts upon reaching its limit.
Cache: The number of sequence values that will be allocated and stored in memory for faster access.
Last_value: The last value of the sequence.
Actions.
For more information about available actions, refer to the corresponding instructions.