Skip to content

Commit e32d4a6

Browse files
authored
Create 1757-recyclable-and-low-fat-products.sql
1 parent 2817bfe commit e32d4a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
+2
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)