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 4c291cd commit 1ed88a3Copy full SHA for 1ed88a3
SQL/SQL-50/Recyclable and Low Fat Products.sql
@@ -0,0 +1,2 @@
1
+select product_id from Products
2
+where low_fats = "Y" and recyclable = "Y";
0 commit comments