Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 关卡18题目含义不清 #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/levels/main/level18/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ GROUP BY customer_id, product_id;

## 题目

假设有一个学生表 `student`,包含以下字段:`id`(学号)、`name`(姓名)、`class_id`(班级编号)、`exam_num`(考试次数)、`score`(成绩)。请你编写一个 SQL 查询,统计学生表中的班级编号(class_id),考试次数(exam_num)和每个班级每次考试的总学生人数(total_num)。
假设有一个学生表 `student`,包含以下字段:`id`(学号)、`name`(姓名)、`class_id`(班级编号)、`exam_num`(考试场次)、`score`(成绩)。请你编写一个 SQL 查询,统计学生表中的班级编号(class_id),考试场次(exam_num)和每个班级每场考试的总学生人数(total_num)。