We can simplify the result table by selecting only some columns, like student.name and then enrolled.class.
student.name
enrolled.class
Make sure to pick student.name, followed by ,, and finally enrolled.class.
,