MySQL DROP TABLE example
We are going to remove the tasks table that we created in the previous tutorial in the creating tables using CREATE TABLE statement tutorial. In addition, we remove a non-existent table to practice with the SHOW WARNING statement. The statement to remove the tasks table and a non-existent table with the name nonexistent_table is as follows: