Removes a sequence from the database.
DROP SEQUENCE [IF EXISTS] sequence_name;
DROP SEQUENCE IF EXISTS my_seq;