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