Drop Schema

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.

Was this article helpful?
0 out of 0 found this helpful