每位学生的最高分与最低分

聚合分组简单

题目描述

统计每位有成绩的学生的最高分和最低分,返回 student_id、max_score、min_score 三列(列名必须是 max_score 和 min_score)。