dropSchema
Syntax
dropSchema(catalog, schema)
Details
Drop a schema from a catalog.
Parameters
catalog is a string specifying the catalog name.
schema is a string indicating the schema to be deleted.
Returns
None.
Examples
dropSchema("catalog1", "schema")
