Online Food Delivery System Database Project Assignment
VerifiedAdded on 2021/02/19
|22
|1494
|44
Project
AI Summary
This assignment details the design and implementation of a database system for an online food delivery service. The project begins with an introduction to database systems and their functionalities, followed by the creation of an Entity Relationship (ER) Diagram to visually represent the database's structure, including entities like food, restaurants, orders, and customers, along with their attributes and relationships. A comprehensive data dictionary is provided, outlining each entity and its associated attributes. The core of the project involves constructing database tables using MS SQL Server, detailing the structure and data types for each table. SQL statements are then utilized to query and manipulate the data, including examples of DDL and DML commands to retrieve, update, and modify information. Finally, the project concludes with the creation of an Oracle Application Express (APEX) form to handle data entry, ensuring user-friendly interaction with the database. References to relevant literature are also included.
1 out of 22