2025-08-15 11:34:58 +0000 UTC

Recyclable and Low Fat Products

Code

SELECT
    Products.product_id
FROM
    Products
WHERE
    Products.low_fats = 'Y'
    AND Products.recyclable = 'Y';