Multiple Tables
Multiple Tables
1. Write a query to list pairs of students who are enrolled in the same course.
Include their IDs and the course title.
3. Find the average grade for each department. Include departments with no
students and set the average grade to NULL if no grades are available.
???