The DROP command

The DROP command allows a table to be removed completely from the database:

DROP table_name  

Be warned that this will permanently remove all the data that was stored in the specified table and the structure.