select sum(quantity) as 'items_ordered' from OrderItems where prod_id = 'BR01'  group by prod_id