| 
       | 
    
       | 
  
DROP SEQUENCE
Delete a sequence.
  
  Syntax:
DROP SEQUENCE [schema.]sequence_name
 "I know not with what weapons World War III will be 
  fought, but World War IV will be fought with sticks and stones." - Albert 
  Einstein
  
  Related Commands:
  
  CREATE SEQUENCE 
  ALTER SEQUENCE
  
  Related Views:
DBA_SEQUENCES ALL_SEQUENCES USER_SEQUENCES