单项选择题

A.where product_name =‘GAS GRILL’and qtr_end_date between ’01-JAN-2001’and ‘01-JUN-2001’;
B.where proeuct_type =‘APPLIANCE’and name =‘GAS GRILL’and qtr_end_date =’31-JAN-2001’or ‘30-JUN-2001’;
C.where proeuct_type =‘APPLIANCE’and qtr_end_date between ’01-JAN-2001’and ’01-JUN-2001;
D.where proeuct_name =‘GAS GRILL’and qtr_end_date =’01-JAN-2001’or ‘01-JUN-2001’;