Search⌘ K
AI Features

Project: Build a Mini Dashboard

Explore how to write SQL queries that join multiple tables, filter for scores above 90, group and count high scores per student, and order results to build a functional mini dashboard component. This lesson helps you apply real-world SQL skills with joins, aggregation, and sorting to analyze data.

Task

Write a query that:

  • Joins the students and grades tables.

  • Filters to include only scores ...