单项选择题

A.where customer =‘LESLIE’;
B.where customer =‘LESLIE’and order_amt <2700;
C.where customer =‘LESLIE’or order_amt >2700;
D.where customer =‘LESLIE’and order_amt >2700;