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

题目详情

单选题 求课程号为2学生的平均成绩,最高成绩.(10.0)

A. select cno, max(grade), avg(grade)from sc where cno='2'

B. select cno, sum(grade), avg(grade)from sc where cno='2'

C. select max(grade), avg(grade)from sc where cno='2'

D. select cno, count(grade), avg(grade)from sc where cno='2'

学科:数据库技术与应用

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

Copyright © 2022 津ICP备2021001502号