We also have to use the table aliases when selecting specific columns, like with s.name to access the name column from student.
s.name
name
student
Make sure to type s.name.