We have an Intructor SQL table which we can use to return a Student ID, for students in the class. We join the instructors with the class to return Student ID. We need to list the Student ID and Student Names, (Name is on a separate table).
How can we create a list view with Student ID's and Student Names for selection?