Time: 950 ms (77.56%), Space: 0B (100.00%) - LeetHub

This commit is contained in:
Deven
2023-05-21 22:15:40 -04:00
parent 94f6ba28d3
commit 6a2234db35
@@ -0,0 +1,7 @@
# Write your MySQL query statement below
SELECT
product_id
FROM
Products
WHERE
low_fats = 'Y' AND recyclable = 'Y'