MySQL综合练习查询1

没有数据库先执行50q数据库web 查询全部学生的学号、选课数、总成绩 Select sno,count(cno),sum(degree)from score group by sno; 查询姓“张”的老师的个数 select count(*) from Teacher where Tname like '张%'; 查询平均成绩大于60分的学生的学号和平均成绩 Select sno,avg(deg
相关文章
相关标签/搜索