BSIM3017 Database Systems Individual Assignment: Data Requirements
VerifiedAdded on 2022/09/08
|7
|719
|50
Report
AI Summary
This report presents a solution to a database systems assignment focused on designing a database for a school's athletic meets. It begins with an Entity Relationship Diagram (ERD) to model the data objects, their attributes, and relationships. The report then details the creation of a data schema, normalized to the third normal form (3NF), ensuring data integrity and eliminating redundancy. It also explores de-normalization techniques to improve query performance and includes the addition of indexes. Finally, the report provides example SQL queries to retrieve specific data from the database, such as finding contestants who won gold medals in track events and counting the number of participants in field events. The report is structured to provide a comprehensive understanding of database design principles and practical implementation using SQL.
1 out of 7