Question: Introduction This week you will be designing the data base for the Food Order App and will create and insert records in the Food Order

Introduction
This week you will be designing the data base for the Food Order App and will create and insert records in the Food Order App data base tables. All the create and insert operations should be performed using MySQL. You can use MySQL Work bench to write the necessary commands. You can refer to the FoodOrderApp_ERDiagram. pdf and FoodOrderApp_Database Design Document. pdf documents provided to understand the basic design of the data base. We will only focus on the creation of tables and insertion of records in the tables.The sql files are provided to you.
Problem Statement
Your task is as follows -
1. Create tables (FoodOrderApp_DDLCommands.sqlfile)
As shown in- the Food Order App_ERDiagram. pdf there are in all 13 tables in the Food Order App. Create commands for the first 3 tables are provided for your reference.
You need to create another 10tables. You can refer to the FoodOrderApp_Database Design Document. pdf file to understand the schema of each of these tables.
2. Insert records (FoodOrderApp_InsertCommands.sqlfile)
As shown in the FoodOrderApp_ERDiagram. pdf there are in all 13 tables in the Food OrderApp. Insert commands for the first 3 tables are provided for your reference.
You need to insert records in another 10 tables. Records to be inserted are provided in the SQL file.
Program Organization
You will be getting a zip folder containing a folder named SQL1 Assessment which has all the required files.
The FoodOrderApp_ERDiagram. pdf and FoodOrderApp_DatabaseDesignDocument. pdf are for your reference which demonstrates the basic design of all the tables of the food_order_appdatabase.
The FoodOrderApp_DDLCommands. sql file contains the commands to create the food_order_appdatabase and to create 3 tables in the database. You need to modify this file to complete Task1.Proprietary content.
The FoodOrderApp_InsertCommands. sql file contains the commands to insert records in the first 3 tables in the database. You need to modify this file to complete Task2

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!