Database Project: Database Design, SQL Queries, and Normalization
VerifiedAdded on  2019/09/23
|8
|834
|188
Project
AI Summary
This database project encompasses several key aspects of database design and implementation. Part A focuses on creating an Entity Relationship Diagram (ERD) to visually represent the database structure. Part B involves normalization, a process used to organize data efficiently by reducing redundancy and improving data integrity. The project then moves on to relational schema and a MySQL database (Part C), detailing how the database is structured and how data is stored. Part D provides a series of SQL queries designed to retrieve and manipulate data from the database. These queries cover a range of operations, including data retrieval, filtering, joining multiple tables, and aggregation. Finally, Part E offers a personal report, reflecting on the experience of building the database, highlighting challenges and solutions, and discussing the use of tools like draw.io for ER diagrams. The assignment covers creating tables, inserting data, defining relationships, and writing SQL queries to solve various data-related problems. This project provides a comprehensive look at database design, implementation, and querying.
1 out of 8