SQL - Advanced Joins
Given tables:
Which query returns all student-course pairs but only for courses starting with 'S'?
Students with 2 rows: John, JaneCourses with 3 rows: Math, Science, ArtWhich query returns all student-course pairs but only for courses starting with 'S'?
