单项选择题

A.Select * From tbAddress Where strName="赵"And intAge=22
B.Select * From tbAddress Where strName like"赵%"And intAge="22"
C.Select * From tbAddress Where strName like"赵%"And intAge=22
D.Select * From tbAddress Where strName like"%赵%"And intAge=22