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