← Back to Projects
MSc Project · COMP11108 · Database Design & Implementation

DriveSmart Motors — Relational Database System

Designed and implemented a full relational database from conceptual ERD through to physical implementation in Microsoft Access. Produced a complete data dictionary, applied 1NF→2NF→3NF normalisation, enforced referential integrity across five tables, and wrote 10 SQL queries covering stock, revenue, history, and performance.

5
Tables · 3NF
10
SQL queries
£128k
Revenue tracked
CUSTOMER PK CustomerID FirstName Email SALE PK SaleID FK CarID FK CustomerID CAR PK CarID Make / Model SERVICE FK CarID, StaffID MSc UWS · 2026
Overview

An MSc database design and implementation project (COMP11108) for a fictional car dealership, "DriveSmart Motors" — covering the full lifecycle from requirements and conceptual modelling through to a working physical database with real queries.

Process

Why it's relevant

Database normalisation and query design are core to both data engineering and backend roles — this project demonstrates the full theory-to-practice pipeline, from ERD to working SQL against a real schema.

SQLERDNormalisationMS Access
View Repository ↗ ← All Projects