Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 162 Bytes

File metadata and controls

8 lines (6 loc) · 162 Bytes

Solution

# Write your MySQL query statement below
select product_id from Products where low_fats = "Y" and recyclable = "Y";

LeetCode