Q3 | Guess the question

Question

All you have to do is to go through the code and comment the question for which the following is an answer of

 

SELECT player, teamid, mdate
FROM game
JOIN goal ON (id=matchid AND teamid=GER)
in progress 0
TheDataMonk 4 years 1 Answer 660 views Grand Master 0

Answer ( 1 )

  1. Find the player name,teamid and match date(mdate) of the game in which goals are done by the player from the team of Germany(GER).

Leave an answer

Browse
Browse