select order_num, prod_id, quantity from OrderItems where quantity >= 100 and prod_id = 'BR01' union select order_num, prod_id, quantity from OrderItems where quantity >= 100 and prod_id = 'BR02' union select order_num, prod_id, quantity from OrderItems where quantity >= 100 and prod_id = '...