Question: - Name: YOUR NAME - Section: YOUR COURSE AND SECTION - Task 1 - ERD Model - Based on the specification received create a ERD

- Name: YOUR NAME
- Section: YOUR COURSE AND SECTION
- Task 1- ERD Model
- Based on the specification received create a ERD in MySQL Workbench.
- Sign the ERD by writing your name in a text object.
- Take a picture of your ERD.
- Include in the report file the following:
- A heading: Task 1- ERD Model
- The signed screenshot(s)(image) of the ERD
- Task 2- Create database
- Start writing the SQL script in MySQL Workbench to perform the following operations:
- Include a comment: Task 2 Create database by ...(your name)
- If there is a database with the provided name, delete that database.
- Add a database with that name.
- Mark the created database as the default database for the following operations.
- Show all the databases, find the created one in the list
- Execute and debug the script in MySQL Workbench until runs without error and performs the above operations.
- Include in the report file the following:
- A heading: Task 2- Create database
- A screenshot (image) of the source code for this task only (crop the image if necessary)- top of the screen
- A screenshot (image) of the results for the performed operations - bottom of the screen
- Task 3- Create tables
- Continue writing the SQL script in MySQL Workbench, adding the following operations:
- Include a comment: Task 3- Create tables by ...(your name)
- List all the tables in the database (no table expected).
- Create the tables with the required specification.
- List all the tables in the database (again - the new table must appear).
- Show the structure of the created tables.
- Execute and debug the script in MySQL Workbench until runs without error and performs the above operations.
- Include in the report file the following:
- A heading: Task 3- Create tables
- A screenshot (image) of the source code for this task only (crop the image if necessary)- top of the screen
- A screenshot (image) of the results for the performed operations - bottom of the screen - A screenshot (image) of the source code for this task only (crop the image if necessary)- top of the screen
- A screenshot (image) of the results for the performed operations - bottom of the screen
- Screenshots with the generated tables by the above commands, included in the order of the commands- middle of the screen in different tabs
- Task 4- Add data
- Continue writing the SQL script in MySQL Workbench, adding the following operations:
- Include a comment: Task 4- Add data by ...(your name)
- Show all the data in your tables (no data expected).
- Add at least 5 rows of data in each of the tables, start with the provided data items in the order they are provided, and imagine new data for the other ones. Be sure you follow the const in your problem.
- Show all the data in your table (at least five rows expected in each table).
- Execute and debug the script in MySQL Workbench until runs without error and performs the above operations.
- Include in the report file the following:
- A heading: Task 4- Add data
- A screenshot (image) of the source code for this task only (crop the image if necessary)- top of the screen
- A screenshot (image) of the results for the performed operations - bottom of the screen
- Screenshots with the generated tables by the above commands, included in the order of the commands - middle of the screen in different tabs
- Task 5- Query the data
- Continue writing the SQL script in MySQL Workbench, adding the following operations:
- Include a comment: Task 5- Query the data by ...(your name)
- Perform the queries from your specification.
- Execute and debug the script in MySQL Workbench until runs without error and performs the above operations.
- Include in the report file the following:
- A heading: Task 5- Query the data
- A screenshot (image) of the source code for this task only (crop the image if necessary)- top of the screen
- A screenshot (image) of the results for the performed operations - bottom of the screen
- SScreenshots with the generated tables by the above commands, included in the order of the commands - middle of the screen in different tabs
What to submit
You must submit the following files:
- A PDF file containing the report for your assignment.
- A MWB file containing the database model done in MySQL Workbench - A heading: Task 5- Query the data
- A screenshot (image) of the source code for this task only (crop the image if necessary)- top of the screen
- A screenshot (image) of the results for the performed operations - bottom of the screen
- SScreenshots with the generated tables by the above commands, included in the order of the commands - middle of the screen in different tabs
What to submit Requirements Specification (this is a fictional scenario)
A fitness company stores the current assignments of trainers to customers in a document file like this:
- Trainer: Jones, William; phone (175)2219988; hired in: 2019;
- Customer: Garcia, Robert; phone (175)7518822; year of birth: 1988;
- Goal: building endurance;
A trainer is always assigned to one customer. We do not keep trainers without customers. After it is reg
- Name: YOUR NAME - Section: YOUR COURSE AND

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!