This project presents a comprehensive solution for a Database Fundamentals assignment, focusing on the design and implementation of a relational database. The assignment includes the creation of an Entity-Relationship Diagram (ERD) to visually represent database entities and their relationships. The solution demonstrates normalization to the 3NF level, ensuring data integrity and minimizing redundancy. The project further involves the creation of forms for user-friendly data input and modification within the database, likely using MS Access. It also provides example queries, including SELECT, JOIN, and aggregate queries, showcasing data retrieval and manipulation techniques. Finally, the project includes the generation of reports to summarize and present database information effectively. The assignment addresses key concepts in database design, data modeling, and query formulation, providing a practical application of database fundamentals.