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 FoodOrderAppERDiagram. pdf and FoodOrderAppDatabase 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
Create tables FoodOrderAppDDLCommands.sqlfile
As shown in the Food Order AppERDiagram. pdf there are in all tables in the Food Order App. Create commands for the first tables are provided for your reference.
You need to create another tables. You can refer to the FoodOrderAppDatabase Design Document. pdf file to understand the schema of each of these tables.
Insert records FoodOrderAppInsertCommands.sqlfile
As shown in the FoodOrderAppERDiagram. pdf there are in all tables in the Food OrderApp. Insert commands for the first tables are provided for your reference.
You need to insert records in another tables. Records to be inserted are provided in the SQL file.
Program Organization
You will be getting a zip folder containing a folder named SQL Assessment which has all the required files.
The FoodOrderAppERDiagram. pdf and FoodOrderAppDatabaseDesignDocument. pdf are for your reference which demonstrates the basic design of all the tables of the foodorderappdatabase.
The FoodOrderAppDDLCommands. sql file contains the commands to create the foodorderappdatabase and to create tables in the database. You need to modify this file to complete TaskProprietary content.
The FoodOrderAppInsertCommands. sql file contains the commands to insert records in the first tables in the database. You need to modify this file to complete Task
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
