Database Normalization and SQL Queries Assignment COIT20247, May 2019
VerifiedAdded on 2022/11/13
|9
|766
|417
Homework Assignment
AI Summary
This document presents a comprehensive solution to a database design and development assignment, focusing on normalization, SQL queries, and report implementation. The solution begins by mapping an ERD to a set of relations in 3NF, providing functional dependencies and demonstrating 3NF compliance for two selected relations. It includes the creation of Customer, Employee, and Parcel tables. The solution details data integrity constraints for the Parcel table and provides SQL queries to retrieve specific data, such as the status of parcels, not-claimed parcels, customers with the highest charges, and employees with the number of parcels handled. Finally, it discusses the interesting and difficult tasks encountered during the assignment, particularly SQL subqueries and joins, and references relevant sources on database normalization.
1 out of 9