Write a query to display the name of all the students, along with the name of the student who is their student mentor. For students who don't have a student mentor, leave that column in the result blank.
The headers for the name of student, and the name of the student mentor should be studentName
and mentorName
respectively.