SQL>SQL> CREATE SEQUENCE test_seq;Sequence created.SQL>SQL> drop sequence test_seq;Sequence dropped.SQL>