select cust_id,order_date
from Orders join OrderItems
on Orders.order_num=OrderItems.order_num
where prod_id='BR01'
order by order_date