Select the name column under an alias, and then the score column.
name
score
Make sure to pick SELECT followed by name AS student and then ,, score.
SELECT
name AS student
,