Unit Scenario
Welcome to DataDrop
You've been hired as a junior data analyst at DataDrop, a fictional music streaming platform. Over six lessons you'll build and query the database that powers the platform โ tracking songs, artists, and listening data. By the end, you'll know how to speak the language of every major tech company: SQL.
Lessons
Click a lesson to open its resources
L1
Lesson
What is a Database?
Discover why databases exist, learn the key terminology, and explore the DataDrop database in Microsoft Access.
L2
Lesson
Designing a Database
Design a new Artists table: choose data types, set a primary key, add validation rules, and build it in Access Design View.
L3
Lesson
Queries in Access
Use the Query Design grid to ask questions of the DataDrop database โ applying criteria, sorting, and building your first parameterised query.
L4
Lesson
Introduction to SQL
Learn the language behind every database on the planet. Write real SQL queries using SELECT, WHERE, ORDER BY and more โ directly in Access SQL View.
L5
Lesson
Forms & Reports
Build a professional data-entry form and generate a "Top Streamed Songs" report โ making the database usable for non-technical staff.
L6
Lesson
Mini Project โ Podcasts Module
Apply everything you know. DataDrop is launching Podcasts โ design and build the database from scratch, write SQL queries, and pitch your solution.
Scheme of Work Overview
Key learning objectives per lesson
| Lesson | Topic | Key Skills | Focus |
|---|---|---|---|
| L1 | What is a Database? | Terminology, explore existing database, run pre-built queries | TheoryAccess |
| L2 | Designing a Database | Data types, primary keys, validation rules, Design View | DesignBuild |
| L3 | Queries in Access | QBE grid, criteria operators, sorting, parameterised queries | Practical |
| L4 | Introduction to SQL | SELECT, WHERE, ORDER BY, AND/OR, LIKE, BETWEEN | SQL |
| L5 | Forms & Reports | Form Wizard, form customisation, report from query | Practical |
| L6 | Mini Project | Full build: table, data entry, SQL queries, form, report, pitch | Project |