Q6 | 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 mdate, teamname
FROM game
JOIN eteam ON (team1=eteam.id AND coach LIKE %Santos)
in progress 0
TheDataMonk 4 years 1 Answer 546 views Grand Master 0

Answer ( 1 )

  1. Find the match date and the team name which were trained by the coach whose name ends with “Santos”.

Leave an answer

Browse
Browse