Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Fix the following SQLS to generate what each question is asking for. Part 2 : List the player for every goal scored in a game

Fix the following SQLS to generate what each question is asking for.
Part 2:
List the player for every goal scored in a game where the stadium was 'National Stadium, Warsaw'
Show what the answer should be...
\table[[player,],[Robert Lewandowski,],[Dimitris Salpingidis,],[Alan Dzagoev,],[Jakub Blaszczykowski,],[Giorgos Karagounis,],[Cristiano Ronaldo,],[1027,Donbass Arena],[1028,Olimpiyskiy National Sports Co],[1029,Donbass Arena],[1030,National Stadium, Warsaw],[1031,Olimpiyskiy National Sports Co]]
Show what the answer should be...
\table[[mdate,teamname],[12 June 2012,Greece],[16 June 2012,Greece]]
From the previous query you can see that Lars Bender's scored a goal in game 1012. Now we want to know what teams were playing in that match.
Notice in the that the column matchid in the goal table corresponds to the id column in the game table. We can look up information about game 1012 by finding that row in the game table.
Show id, stadium, team1, team2 for just game 1012
\table[[1027,Donbass Arena],[1028,Olimpiyskiy National Sports Complex],[1029,Donbass Arena],[1030,National Stadium, Warsaw],[1031,Olimpiyskiy National Sports Complex]]
Show what the answer should be...
\table[[id,stadium,team1,team2],[1012,Arena Lviv,DEN,GER]]
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Progress Monitoring Data Tracking Organizer

Authors: Teacher'S Aid Publications

1st Edition

B0B7QCNRJ1

More Books

Students also viewed these Databases questions

Question

Organizing Your Speech Points

Answered: 1 week ago