Delete a Magpie schema.
Syntax
drop schema [if exists] <schema reference> [cascade]
Parameters
schema reference
String. Name of the schema to delete.
Options
if exists
Only drop the schema if it exists.
cascade
Drop all tables before dropping the schema.