Answer:
See explanations
Step-by-step explanation:
Consider the following Venn diagram to retrieve the name of course that student Altvater took during semester I-2015.
• In above Venn diagram inner Ellipse represent the subquery part, this subquery part select the Student ID from STUDENT table.
• Second sub query is used to determine the SectionNo of all student whose studentID retrived in the first subquery
• Finally the main query displays the CourseName from COURSE table.