What I Learned Today
Deleting a full table in MySQL

to delete all the data in a table, but not the table itself, run

truncate TABLE;