We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2817bfe commit e32d4a6Copy full SHA for e32d4a6
1757-recyclable-and-low-fat-products.sql
@@ -0,0 +1,2 @@
1
+# Write your MySQL query statement below
2
+SELECT product_id FROM Products WHERE low_fats = 'Y' AND recyclable = 'Y' ORDER BY 1 ASC;
0 commit comments