Database Systems Individual Assignment - HKU SPACE Community College
VerifiedAdded on 2019/09/18
|2
|511
|241
Homework Assignment
AI Summary
This document presents a complete solution to a database assignment from the HKU SPACE Community College. The assignment focuses on the design and implementation of a database system for a private charter flight company. The solution begins by illustrating data anomalies (insertion, deletion, and modification) within the provided CHARTER_FLIGHT table. It then constructs a dependency diagram, identifying all dependencies, including transitive dependencies. The core of the solution involves normalizing the CHARTER_FLIGHT table to meet 3NF requirements, with detailed steps provided. An Entity-Relationship Diagram (ERD) in Crow’s Foot notation is then drawn, highlighting primary keys, foreign keys, attributes, and relationships. Based on the ERD, the solution provides SQL queries for specific tasks, such as generating flight listings and calculating total kilometers flown and total charges. Finally, the solution suggests improvements to the database design, incorporating concepts from the lecture on 'Improving the Database Design & De-normalization'.
1 out of 2