Deleting rows in MySQL

To delete a row in a MySQL table, use the function DELETE FROM table_name WHERE condition .  Click Here to run an example program using the DELETE MySQL function.