给定学生、课程、成绩的数据库表,写一个sql语句求出每门课程的平均分。[$##$]
学生表student:student_id、student_name 课程表course:course_id、course_name 成绩表score:student_id、course_id、score