Summary: in this tutorial, you will learn how to use the MySQL DELETE statement to remove data from one ore more database tables.
To remove data from a table, you use the MySQL DELETE statement. The MySQL DELETE statement allows you to remove records from not only one table but also multiple tables using a single DELETE statement.