ISY1002 Database Management Project: Design, SQL, and Normalization
VerifiedAdded on 2022/08/19
|14
|2468
|15
Project
AI Summary
This assignment presents a comprehensive database project developed for the Australian Manufacturing Company (AMC). It begins with an Entity Relationship Diagram (ERD) identifying key entities such as Departments, Products, Stores, Employees, Patrons, and Orders, along with their respective attributes. The solution then addresses database normalization, providing a normalized schema for efficient data management. A relational schema is provided, detailing attributes, data types, sizes, and primary/foreign key designations for each table. The core of the assignment involves SQL queries, demonstrating the ability to retrieve, filter, and manipulate data within the database. Ten SQL queries are provided, addressing various data retrieval and manipulation tasks, from simple sorting and filtering to more complex joins and aggregations. Finally, a personal report details the development process, challenges faced, and resources used, including references to relevant literature. The project was developed on the Xampp server, with the most challenging aspect being the creation of table references. This assignment provides a practical demonstration of database design, implementation, and querying using SQL.
1 out of 14