select order_num,prod_id,quantity
from OrderItems 
where quantity>=100 and prod_id in ('BR01','BR02','BR03');