Whats wrong? ZOO | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Whats wrong? ZOO

INSERT INTO animals (name,type,country_id) VALUES ('Slim','Giraffe',1); SELECT animals.name,animals.type,countries.country FROM animals INNER JOIN countries ON countries.id=animals.country_id ORDER BY countries.country; The task was not completed. What's wrong?

30th Apr 2021, 8:48 PM
Kruzifix AIRIN
Kruzifix AIRIN - avatar
3 Answers
+ 3
Kruzifix AIRIN There is problem with SQL compiler. My completed script is now not working. Report it to SoloLearn on [email protected].
30th Apr 2021, 9:36 PM
A͢J
A͢J - avatar
+ 1
Thank you
30th Apr 2021, 11:03 PM
Kruzifix AIRIN
Kruzifix AIRIN - avatar
20th May 2021, 5:52 PM
Raj Laxmi Verma
Raj Laxmi Verma - avatar