Question: In data migration, there is often a need to delete duplicate rows as part of data cleanup. Which statement works best?

  1. `DELETE DUPS`
  2. `DELETE DISTINCT`
  3. `DELETE JOIN`
  4. `DELETE WITH`

Answer: The correct answer of the above question is Option C:`DELETE JOIN`