SELECT DISTINCT product_id, quantity FROM ORDER_ITEMS ORDER BY product_id; Code language: SQL (Structured Query Language) (sql)