Regatta Basics
Drop Table
Now we will remove the table and get back to an empty database. First, let’s run:
This will present all the tables in the database.
Now, perform the following SQL DROP command:
And don’t forget to also drop the workers table:
Then run:
And indeed, there are no tables in the database.