DROP DATABASE

Applies to: check marked yes Databricks SQL check marked yes Databricks Runtime

An alias for DROP SCHEMA.

While usage of SCHEMA and DATABASE is interchangeable, SCHEMA is preferred. To drop a database you must have the MANAGE privilege on the database or be its owner.