select S_ID,avg(score) from sc group by S_ID having avg(score) >60;

相关文章: