单项选择题

A.select *from bill where BILLING_CYCLE_ID =1and ACCT_ID =2;
B.select *from bill where BILLING_CYCLE_ID =1;
C.select *from bill where ACCT_ID =2;
D.select *from bill where ACCT_ID =2and BILLING_CYCLE_ID =1;