SQL 11.2 practice "Get the ball rolling!" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

29th Sep 2022, 11:51 AM
Emma Lindvall
Emma Lindvall - avatar
1 Answer
+ 5
the tick after the "Y" is different from the first one. 'Germany');
29th Sep 2022, 2:14 PM
SoloProg
SoloProg - avatar