Skip to main content
Databend
Overview
Architecture
Performance
User Guide
Get Started
SQL
CLI
APIs
Data Loading
Dev Guide
Contributing
Development
Roadmap
Policies
RFCs
GitHub
🌜
🌞
Search
DDL Commands
📄️ CREATE DATABASE
Create a database.
📄️ CREATE TABLE
Create a new table.
📄️ DROP DATABASE
Drop a database.
📄️ DROP TABLE
Deletes the table.
📄️ TRUNCATE TABLE
Empties the table completely.
📄️ DESCRIBE TABLE
Displays information about the columns in a given table.