单项选择题

下图是使用查询设计器完成的查询,与该查询等价的SQL语句是()。

 

A.select学号,数学from sc where 数学〉(select avg(数学)from sC)
B.where 数学〉(select avg(数学)from sC)
C.select avg(数学)from sC
D.select 数学〉(select avg(数学)from sC)