0
SQL 11.2 practice "Get the ball rolling!"
Hi! I need help with the practice 11.2 "Get the ball rolling!" in the SQL course. I can't get the code to work properly. The result that comes from my code is: teamname, country The code that I wrote: SELECT teamname, country FROM teams WHERE country IN ('Spain', 'England', 'Germany´); Can someone help me figure out what is wrong?
1 Respuesta
+ 5
the tick after the "Y" is different from the first one.
'Germany');