Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

10. Formulate a SQL query in SQL View to list the course names, descriptions and

ID: 3606590 • Letter: 1

Question

10. Formulate a SQL query in SQL View to list the course names, descriptions and
credits of Finance courses offered in a winter semester.

Student Relationships Offering Coursel s Student Course Enrollment stdNo stdFirstName . stdlastName CrsDesc CrsUnits stdNo EnrGrade stdCity stdState stdžip Offering OfferNo CourseNc offterm Offfear OffLocation Offtime FacNo OffDays Faculty 1 Faculty FacFirstName FaclastName FacCity FacState FaczipCode FacRank FacHireDate FacSalary FacFirstName FacLastName FacCity FacState FacZipCode FacRank FacHireDate FacSalary FacSupervisor FacDept FacSupetrvisor äcDept

Explanation / Answer

10.

The query retrieves the requied columns and rows by checking the course in the course table with course in the offering table which satisfies the condition term= winter.

6.

The query retrieves the required rows by checking the faculty no from the faculty table with the faculty no in offering table which satisfies the course no IS320;