The teaches table links an instructor to a section they teach. Join instructor, teaches and course to show each teaching assignment with the course title.
Return four columns: the instructor's name as instructor_name, the course's title as course_title, semester, and year.
Order the rows by instructor_name.
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan