Q5 | 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, coach, gtime
FROM goal
JOIN eteam ON (teamid=id AND gtime<=10)
in progress 0
TheDataMonk 4 years 1 Answer 681 views Grand Master 0

Answer ( 1 )

  1. Find the player along with the teamid,coach of the team and goal time who did the goal within 10 minutes of the match.

Leave an answer

Browse
Browse