所以我完成了一项家庭作业(下面有提示和更多详细信息),我的其中一个答案如下所示:SELECTStudent.SSN,FirstName,LastName,Section.SectionNo,Section.InstructorFROMCourseJoinEnrollsONCourse.CourseNo=Enrolls.CourseNoJOINStudentONStudent.SSN=Enrolls.SSNJOINSectionONSection.SectionNo=Enrolls.SectionNoANDSection.CourseNo=Course.CourseNoWHERECour