select prod_name, sum(quantity) quant_sold from Products left join OrderItems on Products.prod_id = OrderItems.prod_id group by prod_name