We can use aliasing to rename selected columns. Change student.name with AS and the alias student.
student.name
AS
student
Make sure to type AS student.
AS student