Question: How do we solve this question? SELECT c.cid FROM Customers c WHERE clevel ANY (SELECT c2.level FROM Customers c2 WHERE c2.type - 'snowboard'); SELECT c.cid
How do we solve this question?

SELECT c.cid FROM Customers c WHERE clevel ANY (SELECT c2.level FROM Customers c2 WHERE c2.type - 'snowboard'); SELECT c.cid FROM Customers c WHERE c.level NOT IN (SELECT c2.level FROM Customers c2 WHERE c2.type'snowboard')
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
