# Write your MySQL query statement below
select
product_id
from
Products
where
low_fats = "Y" and recyclable = "Y";
1757,Recyclable and Low Fat Products
最新推荐文章于 2025-06-02 20:51:47 发布
# Write your MySQL query statement below
select
product_id
from
Products
where
low_fats = "Y" and recyclable = "Y";