Database Application for FastBurgers Inc. - RDBMS Solution, HND
VerifiedAdded on 2021/09/27
|16
|1641
|138
Practical Assignment
AI Summary
This document presents a comprehensive database solution for FastBurgers Inc., a fast-food franchise. The solution encompasses the design and implementation of a relational database management system (RDBMS) to manage the company's operations. It begins with an abstract that provides a concise overview of the project. The report details the entities and attributes of the database, including the `Order`, `Customer`, `Staff`, `Menu`, `Shift`, `FoodItem`, `RegularMenu`, `SaversMenu`, and `Stock` entities. An Entity-Relationship Diagram (ERD) visually represents the relationships between these entities. The design adheres to the principles of normalization, specifically 3NF, to ensure data integrity and minimize redundancy. The report includes the complete SQL code for creating the database tables, along with sample data insertion scripts. Assumptions made during the design process, such as customer registration and shift management, are explicitly stated. Furthermore, the document outlines the business rules that govern the database, such as the breakfast menu time restriction, stock management protocols, and staff responsibilities. Finally, the report provides a series of SQL queries for data selection and projection, demonstrating how to retrieve and manipulate data from the database. The conclusion summarizes the successful completion of the project, highlighting the creation of the database, sample data population, and query execution.
1 out of 16