在下面两条查询语句中,前者显示出的数值通常比后者显示出的数值要()。select count(distinct学生号 )from选课select count(学生号)from选课
A、大
B、小
C、相等
D、不好说