You have already completed these exercises!
Do you want to take them again?
You completed the MySQL ANY, ALL Exercises from W3Schools.com
Share on:
Drag and drop the correct SQL keywords to complete the query using the ANY operator.
SELECT ProductNameFROM ProductsWHERE ProductID (SELECT ProductIDFROM OrderDetailsWHERE Quantity > 10);
=
ANY
ALL
NOT