数据库中有如下关系: 学生表 student(stuId,stuName,stuAge,stuSex) stuId:;stuName:学生姓名;stuAge:学生年龄;stuSex:学生性别 课程表 Course(courseId,courseName,teacherId) courseId,课程编号;courseName:课程名字;teacherId:教师编号 成绩表 Scores(stuId,courseId,score) stuId:;courseId,课程编号;score:成绩 教师表 Teacher(teacherId,teacherName) teacherId:教师编号; teacherName:教师名字 请完成以下查询 查询两门以上不及格课程的同学的及其平均成绩