Skip to content

Commit 03754f3

Browse files
authored
Create recyclable-and-low-fats-prod.sql
1 parent 51ef2cf commit 03754f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
SELECT product_id
2+
FROM Products
3+
WHERE low_fats = "Y"
4+
&& recyclable = "Y"

0 commit comments

Comments
 (0)