How to delete all rows MySQL table

How to delete all rows MySQL table

If you would like to delete records from a MySQL table you can use one of the following options: DELETE FROM ‘TABLE NAME’ DELETE FROM take...