Question: You need to find all students that are not on the "Chemistry Cats" team. Which query does NOT work for this task?

  1. ````SELECT * FROM Students
  2. ````SELECT * FROM Students
  3. ````SELECT * FROM Students
  4. ````SELECT * FROM Students

Answer: The correct answer of the above question is Option A:````SELECT * FROM Students