DROP TABLE SEQTEST;DROP SEQUENCE SEQTEST_PK_S;DROP SEQUENCE SEQ1;

11. Tidy up:

drop table seqtest;drop sequence seqtest_pk_s;drop sequence seq1;