Search⌘ K
AI Features

Problem: Build a Mini Dashboard

Explore how to construct a mini dashboard by combining student and grade data using SQL joins. Learn to filter high scores, group results by student, count occurrences, and order the data to visualize performance effectively.

We'll cover the following...

Write a query that:

  • Joins the students and grades ...