Name of the database that is to be dropped.
The database that is being dropped cannot own other databases or users, and must be at the bottom of the database hierarchy.
Example: Dropping an Empty Database
This request drops the empty database named accounting.
DROP DATABASE accounting;