forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
5.8 KiB
5.8 KiB
Creating Sequence
Follow the steps below to create a sequence:
- In the Object Browser pane, right-click Sequences under the particular schema where you want to create the sequence and select Create Sequence.
The Create New Sequence dialog box is displayed.
- Provide information to create a sequence:
- Enter a name in the Sequence Name field.
- Enter the minimum value in the Minimum Value field.
- Enter the increase step value in the Increment By field.
- Enter maximum value in the Maximum Value field.
- Enter the start value of the sequence in Start Value field.
- Enter the cache information in Cache field. The cache value denotes the number of sequences stored in the memory for quick access.
- Select the Cycle field to recycle sequences after the number of sequences reaches either the maximum or minimum value.
- Select the table from the Table drop-down list.
- Select the column from the Column drop-down list.
- Click Finish.
Parent topic: Sequences