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

Assignment: S3
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 (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.snow the structure or the createa 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
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 constraints in your problem.
Show all the data in your tables (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
Screenshots with the generated tables by the above commands, included in the order of the commands - middle of the screen in different tabs
What to submitA young soccer league wants to manage its registrations.
The league function based on seasons, like FALL 2020. For each season there is a registration starting date and ending date and also a season starting date and ending date. The league may want to compare FALL seasons in different years. The seasons are FALL, SPRING, WINTER and SUMMER.
In each season, the league has several divisions organized based on age (e.g. U14), players sex (e.g. boys, girls) and rank (e.g.1,2). For a division we will keep a unique contact email (of maximum 25 characters) and phone (with the format 999-999-9999)for the teams to report results.
The league has many clubs. For a club we will keep the name of the club (e.g. Patriots)(of maximum 21 characters), a contact email (of maximum 25 characters) and a phone-number (with the format 999-999-9999). Some clubs have an abbreviation of maximum 5 characters. Some clubs may have the same abbreviation.
A club has many teams, and a team belongs to a single club. Teams are organized based on play
Assignment: S 3 Name: YOUR NAME Section: YOUR

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!