SELECT Name ,SUM(Score)FROM StudentScoreGROUP BY Name
select name,sum(score) from student group by name