Question: You need to find all students that are not on the "Chemistry Cats" team. Which query does NOT work for this task?
- ````SELECT * FROM Students
- ````SELECT * FROM Students
- ````SELECT * FROM Students
- ````SELECT * FROM Students
Answer: The correct answer of the above question is Option A:````SELECT * FROM Students