Grokking SQL for Tech Interviews
Ask Author
Back to course home

0% completed

2. Student Course Averages (Easy)
Table of Contents

Contents are not accessible

Contents are not accessible

Contents are not accessible

Contents are not accessible

Contents are not accessible

Problem Statement

Table: Students
Each row in this table represents a student enrolled in courses, providing their unique ID and name.

+---------------+---------+
| Column Name   | Type    | 
+---------------+---------+
| student_id    | int     | 
| student_name  | varchar |
+---------------+---------+
student_id serves as the primary key for this table.

Table: Courses
Contains details about the courses offered in the school, including the name of each course.

+--------------+---------+
| Column Name  | Type    |
+--------------+---------+

.....

.....

.....

Like the course? Get enrolled and start learning!

Table of Contents

Contents are not accessible

Contents are not accessible

Contents are not accessible

Contents are not accessible

Contents are not accessible