Regatta home page
Search...
⌘K
Ask AI
Support
Start Coding
Start Coding
Search...
Navigation
Regatta Basics
Drop Table
Docs Home
Quickstart
SQL
Regatta Cloud
Self-Hosted Deployment
Drivers & Clients
Tuning Performance
Getting Started
Getting Started Using Regatta Cloud
Access the Cloud
Creating a Cluster
Regatta Basics
Create a Table
Default Device Mapping
Selected Device Mapping
Insert Values
Select Values from Table
Update Entry
Delete Entry from Table
Drop Table
Credentials
Linear Scaling
Linear Scaling
Creating the Demo Environment
Comparing Performance
Regatta Basics
Drop Table
Now we will remove the table and get back to an empty database. First, let’s run:
Copy
Ask AI
SHOW TABLES
This will present all the tables in the database.
Now, perform the following SQL DROP command:
Copy
Ask AI
DROP
TABLE
employees
And don’t forget to also drop the workers table:
Copy
Ask AI
DROP
TABLE
workers
Then run:
Copy
Ask AI
SHOW TABLES
And indeed, there are no tables in the database.
Was this page helpful?
Yes
No
Delete Entry from Table
Credentials
Assistant
Responses are generated using AI and may contain mistakes.