
Select the Case check box to retain the capitalization of the text entered in Sequence Name field. For example, if the entered sequence name is Employee, then the sequence name is created as "Employee".
The maximum and minimum value should be between -9,223,372,036,854,775,808 and 9,223,372,036,854,775,807.
The schema name auto-populates in the Schema field.
On the SQL Preview tab, you can view the SQL query automatically generated for the inputs provided.
Data Studio allows you to display sequence DDL and export sequence DDL, including Show DDL, Export DDL, and Export DDL and Data.
In the Object Browser pane, right-click the selected table.
To check DDL statement, choose Show DDL.
To export DDL statements, choose Export DDL.
To export DDL and SELECT statements, choose Export DDL and Data
The procedure is shown in the following figure.

Only the sequence owner, system administrator, or a user who has the select permission on the sequence can perform the preceding operations.
Right-click the selected sequence and select Drop Sequence. The Drop Sequence dialog box is displayed. Click Yes to drop the sequence.
Right-click the selected sequence and select Drop Sequence Cascade.