题海让大学四年没有难题
白天模式登陆

题目详情

多选题 各系中各专业的人数,并要求专业人数小于5.(10.0)

A. select sdept, count(*)from STgroup by sdept having count(*)<5

B. select sno,sdept,spec, count(sno)from STgroup by sdept,spec having count(sno)<5

C. select sdept,spec, count(*)from STgroup by sdept,spec having count(*)<5

D. select sdept,spec, count(sno)from STgroup by sdept,spec having count(sno)<5

学科:数据库技术与应用

时间:2025-05-09 00:01:19

Copyright © 2022 津ICP备2021001502号