select p.prod_name,count(o.order_num) orders from Products p left join OrderItems o on p.prod_id=o.prod_id group by p.prod_name order by p.prod_name