ZOO Challenge SQL | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

ZOO Challenge SQL

Hi guys! I'm facing problem with this challenge testing. Bellow you can see my code INSERT INTO Animals(name, type,country_id) VALUES('Slim','Giraffe',1); SELECT Animals.name, Animals.type, Countries.country FROM Animals INNER JOIN Countries ON Animals.country_id=Countries.id ORDER BY Countries.country; My output is the same as in the test template result with one difference. In test template result every entry begins from Upper case letter.

30th Apr 2021, 7:51 PM
Жанбулат Мулдагалиев
Жанбулат Мулдагалиев - avatar
1 Answer
0
The same problem. Whats wrong?
30th Apr 2021, 8:50 PM
Kruzifix AIRIN
Kruzifix AIRIN - avatar