When deleting a record from a table which clause would you almost always have in your statement so only a particular record is deleted and not the whole table?

All QuestionsCategory: DatabaseWhen deleting a record from a table which clause would you almost always have in your statement so only a particular record is deleted and not the whole table?
Anonymous asked 4 years ago

Options:

  1. ORDER BY
  2. DISTINCT
  3. SELECT
  4. WHERE
1 Answers
Anonymous answered 4 years ago
  1. WHERE