Database Project: ER Diagram, Normalization, and MySQL Implementation
VerifiedAdded on 2021/01/01
|22
|1217
|96
Project
AI Summary
This document presents a comprehensive database project for the North Coast Dragon Boat Association. The project encompasses the design and implementation of a relational database system using MySQL and phpMyAdmin. Part A focuses on constructing an Entity Relationship (ER) diagram to model the database, detailing entities such as Club membership, Club, Regatta, Race, Coach, Winner, and Boat, along with their respective attributes. The solution includes a data dictionary that outlines the attributes for each entity. Furthermore, the document addresses database normalization, identifying primary and foreign keys to ensure data integrity and efficient storage. Part B involves developing the database in MySQL using phpMyAdmin, with screenshots of the database tables provided. The solution also features SQL queries for data manipulation, retrieval, and maintenance. The project concludes with a summary of the database management principles applied and the successful implementation of a dynamic database system for the association. Overall, this project provides a practical application of database design principles and implementation techniques, offering valuable insights into database management.
1 out of 22