DROP DATABASE statement
Drops the specified database.
This statement is not supported on FeatureBase Community.
Syntax
DROP DATABASE database_name;
Arguments
Argument | Data type | Description | Required |
database_name | string | Name of the database to delete | yes |
Example