CS Electrical And Electronics
@cselectricalandelectronics

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 3 years ago

Options:

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