Working with columns in a DELETE query

The goal of a DELETE query is to delete records from a table.

The DELETE query must specify the following:

  1. the table from which to delete records

  2. the subset of records that will be deleted from the specified table

 

More:

Adding criteria for the column