SQL Language Guide : 7. SQL Statements : DROP SCHEMA : DROP SCHEMA Example
 
Share this page                  
DROP SCHEMA Example
Drop the user_22 schema and all objects associated with it:
DROP SCHEMA user_22 CASCADE