Skip to content

v1.0.0 – Week 7: Database Normalization

Latest

Choose a tag to compare

@augusto-mate augusto-mate released this 17 Sep 03:41
eeeb3cc

Finalized submission for Week 7 of the Database Design & Programming with SQL module, developed as part of the Software Development Course, from Power Learn Project Africa (PLP), a pan-African digital skills initiative.

This project demonstrates SQL-based normalization techniques, focusing on:

  • Conversion of multi-valued attributes into atomic rows (1NF)
  • Removal of partial dependencies and creation of structured relational schema (2NF)
  • Definition of primary and foreign keys with repeatable execution logic
  • Clear, well-commented SQL script for educational use

Author: Augusto Mate, Maputo – Mozambique
License: MIT — see LICENSE file for details