本题思路较前一题多了一个限定条件,使用where + 条件即可
select sum(quantity) from OrderItems 
where prod_id = "BR01"