If you want to delete an existing table and its data rows, you can use the "DROP TABLE" statement as shown in the tutorial script below: mysql> DROP TABLE tipBackup; Query OK, 0 rows affected (0.00 sec)