delete table data in mysql workbench code example Example: how to delete a table entry in mysql DELETE FROM `table_name` [WHERE condition];