Syntax
DROP DATABASE database_name
Description
Deletes the database named database_name in the current cluster. All table structure and data in the database will be lost.
Example
DROP DATABASE example;
Related