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 | Further information |
---|---|---|---|---|
database_name | string | Name of the database to delete | yes |
Examples
Drop database test_db
DROP DATABASE test_db