MindsDB home page
Search...
⌘K
Ask AI
Login
Get Started
Get Started
Search...
Navigation
Integrate Data Sources
Remove a Data Source
Documentation
SQL API
SDKs
REST API
Integrations
Contribute
FAQs
Join our Slack
GitHub
SQL API
Overview
MindsDB SQL Syntax
Get Started
Integrate Data Sources
List Data Handlers
Connect a Data Source
Remove a Data Source
List Data Sources
Use a Data Source
Integrate AI Engines
Create Projects
Deploy Models
Get Predictions
Manipulate Data in Tables, Views, and Files
Automate Workflows with Jobs
Automate Workflows with Triggers
Customize Chatbots with Agents
On this page
Description
Syntax
Integrate Data Sources
Remove a Data Source
Description
The
DROP DATABASE
statement deletes the database.
Syntax
Here is the syntax:
Copy
Ask AI
DROP
DATABASE
[IF EXISTS]
database_name
;
On execution, we get:
Copy
Ask AI
Query successfully completed
Suggest edits
Raise issue
Connect a Data Source
List Data Sources
Assistant
Responses are generated using AI and may contain mistakes.