The goal of a DELETE query is to delete records from a table.
The DELETE query must specify the following:
the table from which to delete records
the subset of records that will be deleted from the specified table
More:
Adding criteria for the column