调试中...
调试中...
题目描述
题目描述
题解
题解
提交记录
提交记录
代码
代码
测试用例
测试用例
测试结果
测试结果
行 1,列 1
Students =
| student_id | student_name | | ---------- | ------------ | | 1 | Alice | | 2 | Bob | | 13 | John | | 6 | Alex |
Subjects =
| subject_name | | ------------ | | Math | | Physics | | Programming |
Examinations =
| student_id | subject_name | | ---------- | ------------ | | 1 | Math | | 1 | Physics | | 1 | Programming | | 2 | Programming | | 1 | Physics | | 1 | Math | | 13 | Math | | 13 | Programming | | 13 | Physics | | 2 | Math | | 1 | Math |