单项选择题

A.select *from student where name like’李%’
B.select *from student where name =’李%’
C.select *from student where name like ’%李%’
D.select *from student where name =’李_’