ITECH2004 Data Modelling - SQL Assignment Problem

Assignment Help PL-SQL Programming
Reference no: EM132377607

ITECH2004 Data Modelling - Federation University

Individual Assignment 2: SQL

Overview
The purpose of this task is to develop student's skills in designing and implementing a relational database for a given case study.

Learning Outcomes Assessed
The following course learning outcomes are assessed by completing this assessment:
K5. Describe relational algebra and its relationship to Structured Query Language (SQL).
S1. Interpret entity-relationship diagrams to implement a relational database.
S2. Demonstrate skills in designing and building a database application using a commercially available database management system development tool.
S3. Use a query language for data manipulation.
A1. Design and implement a relational database using a database management system.
A2. Utilise a query language tools and techniques to obtain data and information from a database.

Assessment Details

Background

Major League Soccer (MLS) is a men's professional soccer league played in the United States. It is equivalent to European (and South American) football. The league comprises 24 teams - 21 in the U.S. and 3 in Canada.

There are many games played in each season by many teams. You can find the details of the team names and home locations listed at this Wikipedia page:

You are part of a SPORTS PERFORMANCE team and you currently gather the following information:
- Video footage of each game - several frames per second, and recorded and stored in MP4 format.
- GPS track logs of each player for each game, including the three referee staff, and even the location of the ball
- Transcription of the "game play" by professional auditors, who have recorded all the important events during a game: when a pass was made, and between which people; whether there was a tackle; shots on goal; corners; fouls and any resultant cards; and so on.
You have been tasked to start analysing this data, and the following SQL commands are a mixture of preprocessing and the beginnings of some useful statistics.

The complete ERD is provided in Figure 1.

Requirements

1. Write the SQL code to create the table structures for the entities shown in Figures 1 and 2. The structures should contain the attributes specified in the ERD. Use data types that are appropriate for the data that will need to be stored in each attribute. Enforce primary key and foreign key constraints as indicated by the ERD.

2. The following descriptions and files (XLSX) provide a very small portion of the data that will be kept in the database. The data needs to be inserted into the database for testing purposes. Write the INSERT commands necessary to place the following data in the tables that were created in Question 1 (If required by your DBMS, be certain to save the rows permanently).

Refer to accompanying data file: "EventsDataView.xlsx".
• There are two teams listed in this example data - Team1 and Team2. Team2 rows are highlighted in red for ease of viewing.
• Type and Subtype refer to the different kinds of events that can occur in a game - for instance there are several ways a ball can be lost, one of which is by interception (see row 13); for instance there are several different kinds of set pieces, such as "Throw In's" (see row 16), and also "Corners" (not listed).
• Period is either 1 or 2, i.e. first half or second half of the game.
• "Start Video Frame" and "End Video Frame" refer to the segment of video footage where this Event is found. "Start Time [s]" and "End Time [s]" refer to the time period for this same Event.
• "From" refers to the first player involved in the Event, sometimes there is only a first player and not a second ("To"), but if the event is a PASS then there are two players listed.
• StartX,Y and EndX,Y refer to the geographic positions of the beginning and end of this Event.

For Questions 3-14, use the tables that were created in Question 1 and the data that was loaded into those tables in Question 2.

3. Write the SQL command to change the season year for season number 3 to 2017.

4. Write SQL command(s) to create a derived attribute that represents a new surrogate primary key for the Game table. It should be comprised of character data, created from the location and date attributes.

5. Write SQL command(s) to create a new table called EventTypes that contains a single listing of all Event types from EventsDataView.

6. Write SQL command(s) to create a new table for player statistics. The table will contain the Players name or ID, and include a derived attribute which represents the average position played on the pitch. The attribute should accept null values.

7. Write SQL command(s) alter the TracksDataView table to include a derived attribute named DistanceFromBall which represents the Euclidean distance between each player and the ball.. The attribute should accept null values.

8. Alter the Game table to include attributes that represent the final score of the game, and update with some simulated values.

9. Alter the EventsDataView and TracksDataView tables to include an attribute named PitchArea to store character data up to ten characters long. The attribute should have a constraint to enforce the domain ("Area1," "Area2,", "Area3" and "Area4") and have a default value of "Unknown."

10. Write SQL command(s) to cerate a new table called TrackLogs and extract all tracklog data into this. The attributes will be the new primary key from Q2, and also Date, PlayerID, Xposition, Yposition, Time.

11. Write SQL command(s) to see if any particular players have been sent off (Type="CARD", Subtype="RED") more than once by a particular referee.

12. Alter the player statistics table to include attributes named "YellowCards" and "RedCards" which represent the count of these cards issued to a player. The attribute should not accept null values, and it should have a default value of 0.

13. Create a new table to contain the following statistics about each game: the number of Cards issued;the number of passes; and, the number of scoring attempts.

14. For each scoring event calculate derived attributes which represent the distance of the scorer from the goal line, and the distance from them to the nearest opponent.

Documentation requirements
1. A title page clearly stating your name and student ID and your tutor's name.
2. A copy of the relational schema you have developed from the ER diagram provided and all additional table.
3. A zipped copy of the files you are required to create for questions 3-14 (ie nnnn_question_n.txt, nnnn).
4. Full APA referencing of any resources you have used to complete your submission

Attachment:- Assignment SQL.rar

Reference no: EM132377607

Questions Cloud

Fifth positions in a column of ten ships : In how many ways can a fleet commander assign five ships to the first, second, third, fourth and fifth positions in a column of ten ships?
What is the probability that more than 50 : What is the probability that more than 50 of those sampled do volunteer work?
Probability that she will get six questions? correct : What is the probability that she will get six questions? correct?__________?(Round to four decimal places as? needed.)
Find the probability that if 8 workers are selected : If 40% of all commuters ride to work in carpools, find the probability that if 8 workers are selected 5 will ride in a carpool. (hint: binomial probability).
ITECH2004 Data Modelling - SQL Assignment Problem : ITECH2004 Data Modelling - SQL Assignment help and solution, Federation University, Assessment writing Service -Describe relational algebra and its relationship
Find the probability that the mean amount : Find the probability that the mean amount will be lowered will be more than 75 points? show formula and work.
TLAW603 Taxation Law and Practice Assignment Problem : TLAW603 Taxation Law and Practice Assignment Help and Solution, Top Education Institute, Australia - Case Study: Piper and David Chapman
What are the assumptions for the test and how are they met : Describe the variables of interest. In your description, make sure to include at least one measure of central tendency and one measure of variation.
MAN101 Introduction to Management- Assignment Problem : MAN101- Introduction to Management Assignment help and Solutions- Alphacrucis College-Australia-What was the change that the organization implemented?

Reviews

len2377607

9/27/2019 4:08:04 AM

Assessment Criteria Marking Scale Poor Excellent 1 5 Presentation and Referencing • Overall presentation of the report (including title page) 0 • Full APA referencing of all materials used and full disclosure of assistance from all sources including tutors and other students 0 Relational Schema • Any assumptions explained 0 • All tables included 0 • Data types correct 0 • Primary and foreign keys indicated and referenced correctly 0

len2377607

9/27/2019 4:07:56 AM

Submission 1. The documentation file described above EITHER as a MS word file or a PDF. If you are using a mac, please submit in a PDF. 2. The zipped nnnn_question_n.txt files (where nnnn is your student number). Please note that the SQL files must be either .txt or .sql so they can be run If they are in a word or pdf file there will be extra characters that will prevent the files from running without errors and will cost marks.

len2377607

9/27/2019 4:07:49 AM

Timelines and Expectations Percentage Value of Task: 20% (95 marks) Minimum time expectation: Preparation for this task will take approximately 20 hours Documentation requirements 1. A title page clearly stating your name and student ID and your tutor’s name. 2. A copy of the relational schema you have developed from the ER diagram provided and all additional table. 3. A zipped copy of the files you are required to create for questions 3–14 (ie nnnn_question_n.txt, nnnn). 4. Full APA referencing of any resources you have used to complete your submission

Write a Review

PL-SQL Programming Questions & Answers

  Create a database model

Create a database model and Submit the table creation statements for the Database Model.

  Write pl-sql procedures and functions

Write PL/SQL procedures and functions to populate and query that database

  Sql questions

Write a query to display using the employees table the EMPLOYEE_ID, FIRST_NAME, LAST_NAME and HIRE_DATE of every employee who was hired after to 1 January, 1995.

  Run the lab_03_01.sql script

Run the lab_03_01.sql script in the attached file to create the SAL_HISTORY table. Display the structure of the SAL_HISTORY table.

  Write sql queries

Write a query to display the last name, department number, and salary of any employee whose department number and salary both match the department number and salary of any employee who earns a commission.

  Explaining sql insert statement to insert new row in cds

Write down a SQL insert statement to insert new row in "CDS" table.

  Write down name of actors in ascending order

Write down actors (or actress, your choice, but not both) who have won at least two (2) Academy Awards for best actor/actress. Provide the actor name, movie title & year. Order the result by actor name."

  What is an sql injection attack

What is an SQL injection attack? Explain how it works, and what precautions must be taken to prevent SQL injection attacks.What are two advantages of encrypting data stored in the database?

  Determine resonant frequency in series rlc resonant circuit

Given the series RLC resonant circuit in the figure, operating at variable frequency, determine: The resonant frequency ω o ,  The circuit’s quality factor Q , The cut-off frequencies, f 1  & f 2  and the bandwidth BW

  Query that uses cube operator to return lineitemsum

Write summary query which uses CUBE operator to return LineItemSum (which is the sum of InvoiceLineItemAmount) group by Account(an alias for AccountDesciption).

  Query to show customers were missing for existing orders

As DBA, your manager called a meeting and asked why there are so many orders for customers that don't exist in the customer table. Write query which would shows which customers were missing for existing orders. Use a join or a subquery.

  Sql query into a relational algebra statement

Turn this SQL query into a relational algebra statement? SELECT Request.reqfor, Ordering.invamt, Ordering.invnbr, Ordering.invdat

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd