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 9b4e11d commit ea06994Copy full SHA for ea06994
src.save/main/java/g1701_1800/s1757_recyclable_and_low_fat_products/script.sql
@@ -1,4 +1,4 @@
1
# Write your MySQL query statement below
2
# #Easy #Database #SQL_I_Day_1_Select #2022_05_03_Time_475_ms_(71.54%)_Space_0B_(100.00%)
3
-select product_id from Products
+select product_id from Products
4
where low_fats='Y' and recyclable='Y'
0 commit comments