Search⌘ K
AI Features

Project: Build a Student Tracker

Explore how to build a student grade tracker by creating and managing a students table. Learn to insert real data, query records, filter grades, calculate averages, update entries, and delete records with confidence. This hands-on project helps you apply foundational SQL skills in a practical context.

You’ve created, inserted, updated, and designed tables. Now it’s time to build a real database app, a student grade tracker.

Goal

You’ll aim to:

  • Create a real table.

  • Insert real data.

  • Query and update it with confidence.

What will you do?

In this project, you’ll:

  • Create a student table.

  • Add students’ data.

  • View and explore the records.

  • Filter and analyze student grades. ... ...