Dropping a Sequence
You drop a sequence using DROP SEQUENCE. The following example drops my_seq:
SQL> DROP SEQUENCE my_seq;
Sequence dropped.
SQL>
Home »
Oracle »
Table »
Oracle »
Table »
Sequence:
- Creating a Sequence
- Retrieving Information on Sequences
- Using a Sequence
- Populating a Primary Key Using a Sequence
- Modifying a Sequence
- Using Sequences in PL/SQL
- Dropping a Sequence
Related: