This repository contains coursework and personal exercises from my Database Design and Development module. It includes SQL query files, entity-relationship diagrams (ERDs)and normalization exercises ...
Description: Normalize the database to Second Normal Form (2NF). Second Normal Form (2NF) removes partial dependencies; this means that all non-key attributes are fully functionally dependent on the ...