We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0494ac3 commit 3c70db2Copy full SHA for 3c70db2
SQL/SQL-50/Recyclable_and_Low_Fat_Products.sql
@@ -0,0 +1,3 @@
1
+select product_id
2
+from Products
3
+where low_fats = "Y" and recyclable = "Y";
0 commit comments