A DROP SEQUENCE statement drops a number generator (sequence).
Syntax
<drop_sequence_statement> ::= DROP SEQUENCE [<owner>.]<sequence_name>
owner, sequence_nameExplanation
The current user must be the owner. The sequence name must identify a sequence of the current user.
The metadata of the sequence is removed from the catalog.