Example 1: Dropping a Sequence SQL> SHOW SEQUENCE; Sequences in database with filename mf_personnel.rdb EMPID SQL> DROP SEQUENCE EMPID; SQL> SHOW SEQUENCE; Sequences in database with filename mf_personnel.rdb No Sequences Found SQL>