๐ŸŽต KS3 ยท Year 8 ยท Computing

Databases & SQL

Become a junior data analyst at DataDrop โ€” the UK's fastest growing music streaming platform. Learn how real databases are built, queried, and managed.

6
Lessons
SQL
Included
MS
Access
๐ŸŽต
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.
Theory MS Access Tables ยท Records ยท Fields
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.
Design Data Types Primary Keys Validation
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.
Practical QBE Grid Criteria & Operators Parameters
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.
SQL SELECT ยท WHERE ORDER BY AND ยท OR ยท LIKE
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.
Practical Forms Reports UI Design
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.
Project SQL Independent Build Peer Review
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