SQL Language Guide
>
SQL Statements
>
DROP SCHEMA
>
DROP SCHEMA Example
Was this helpful?
DROP SCHEMA Example
Drop the user_22 schema and all objects associated with it:
DROP SCHEMA user_22 CASCADE
Last modified date: 10/30/2024
This site works best with JavaScript enabled