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
Statistics
55 years
1 Answer
864 views
Grand Master 0
Answer ( 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.