Share
Q4 | Guess the question
Question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
All you have to do is to go through the code and comment the question for which the following is an answer of
SELECT team1, team2, player | |
FROM game | |
JOIN goal ON (id=matchid AND player LIKE ‘Mario%‘) |
Answer ( 1 )
Find the player whose name starts with “Mario” and done any goal in the whole game.
Mention the team names as well who played match against each other, along with the player name.