select o.cust_id cust_id,o.order_date order_date from OrderItems m,Orders o where m.order_num=o.order_num and m.prod_id ='BR01' order by order_date
select o.cust_id cust_id,o.order_date order_date from OrderItems m,Orders o where m.order_num=o.order_num and m.prod_id ='BR01' order by order_date