Improving delete performance

Delete is a data manipulation language, or DML operator for removing one or more rows from a table. You can also delete a user or a database:

DELETE FROM table_name [ALL | WHERE condition];