SQL 11.2 practice "Get the ball rolling!" | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
+ 5
the tick after the "Y" is different from the first one. 'Germany');
29th Sep 2022, 2:14 PM
SoloProg
SoloProg - avatar