Source
Quick Reference
MySQL
uppercase characters are MySQL commands, lowercase characters are custom data.
- DELETE FROM - tells MySQL to delete data from the database, following FROM is the table name, note that if you don't specify a decent WHERE all data in the table will be deleted..