Join the instructor table with the department table to show which building each instructor's department is housed in.
Return three columns: the instructor's name as instructor_name, dept_name, and the department's building.
Order the rows by instructor_name.
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan