当前位置:网站首页>Two-table query average grouping in sql server
Two-table query average grouping in sql server
2022-08-05 09:05:00 【CSDN Q&A】
How to ask 35 36
--35: Query the average grade of each course, and ask to list the course name and average grade.
select Course.Cname,AVG(SC.Grade) from Course,SC where SC.Cno=Course.Cno group by Course.Cname,SC.Grade
--36: Query the total score of each student, and ask to list the student's name and total score.
select Student.Sname,sum(SC.Grade) from Student,SC where SC.Sno=Student.Sno group by SC.Grade,Student.Sname
边栏推荐
猜你喜欢
【LeetCode】623. 在二叉树中增加一行
网页直接访问链接不让安全中心拦截
How to replace colors in ps, self-study ps software photoshop2022, replace one color of a picture in ps with another color
工程制图知识点
eKuiper Newsletter 2022-07|v1.6.0:Flow 编排 + 更好用的 SQL,轻松表达业务逻辑
How to make pictures clear in ps, self-study ps software photoshop2022, simple and fast use ps to make photos clearer and more textured
动态内存开辟(C语言)
Undefined symbols for architecture arm64解决方案
Detailed explanation of DNS query principle
SQL语句查询字段内重复内容,并按重复次数加序号
随机推荐
Excuse me, guys, is it impossible to synchronize two databases in real time using Flink SQL CDC?
Undefined symbols for architecture arm64解决方案
链表中的数字相加----链表专题
按钮上显示值的轮流切换
eKuiper Newsletter 2022-07|v1.6.0:Flow 编排 + 更好用的 SQL,轻松表达业务逻辑
宝塔实测-搭建中小型民宿酒店管理源码
Concurrent CAS
只有一台交换机,如何实现主从自动切换之nqa
使用稀疏 4D 卷积对 3D LiDAR 数据中的运动对象进行后退分割(IROS 2022)
DPU — 功能特性 — 网络系统的硬件卸载
苹果官网商店新上架Mophie系列Powerstation Pro、GaN充电头等产品
让硬盘更快,让系统更稳定
线程之Happens-before规则
画法几何及工程制图考试卷A卷
How to make a puzzle in PS, self-study PS software photoshop2022, PS make a puzzle effect
吴恩达深度学习deeplearning.ai——第一门课:神经网络与深度学习——第二节:神经网络基础(下)
What is a good movie to watch on Qixi Festival?Crawl movie ratings and save to csv file
工程制图直线投影练习
Xcode10的打包方式distribute app和启动项目报错以及Xcode 打包本地ipa包安装到手机上
routing----router