题目详情
多选题 求各系中年龄大于18岁的除计算机软件专业之外的各专业人数.(10.0)
A. select spec,count(*)from ST where age>18group by spec having spec!='计算机软件'
B. select sno,spec,count(*)from ST where age>18group by spec having spec!='计算机软件'
C. select spec,count(*)from ST where age>18 and spec!='计算机软件'group by spec
D. select spec,count(*)from ST where age>18 and spec!='计算机软件'

学科:数据库技术与应用
时间:2025-05-09 00:01:19
相关题目
相关作业
