Page 1 of 1

(SQL) Write a query that shows the student's name, the courses the student is taking and the professors that teach that

Posted: Mon Jun 06, 2022 6:20 pm
by answerhappygod
(SQL)
Write a query that shows the student's name, the courses the
student is taking and the professors that teach that course -
using only subqueries to combine the four tables:
students, student_enrollment, teach, professors).