Question: You are loading data into a table. Which command can you use to make sure that all data is inserted and duplicates rows are discarded?

  1. `INSERT IGNORE`
  2. `INSERT UNIQUE`
  3. `INSERT INTO`
  4. `INSERT DISTINCT`

Answer: The correct answer of the above question is Option A:`INSERT IGNORE`