单项选择题

查询student表中是否包含学号为201的学生的语句为:
A、select * from student
B、select * from student sno='201'
C、select * from student where sno='201'
D、select * from student where sname='201'