Need help with the code project "zoo" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Need help with the code project "zoo"

I used the below query for that project and my output looks the exact same as the expected output. But still it's not accepting my answer, what do I do? insert into Animals values('Slim','Giraffee',1); select name, type, country from Animals inner join Countries on Animals.country_id=Countries.id order by Countries.country;

24th Mar 2022, 1:03 AM
Rishi
Rishi - avatar
7 Answers
+ 4
Rishi, I have forgotten this, but check for 'Giraffe' (with single letter 'e') over 'Giraffee'
24th Mar 2022, 1:08 AM
Ipang
+ 5
Ipang thank you very much!
24th Mar 2022, 1:14 AM
Rishi
Rishi - avatar
+ 4
Liza Belova thanks! I see i just typed an extra 'e' in "Giraffe" :)
19th Apr 2022, 1:08 AM
Rishi
Rishi - avatar
+ 2
insert into Animals values ('Slim', 'Giraffe', 1); select name, type, country from Animals inner join Countries on Animals.country_id = Countries.id order by country
18th Apr 2022, 8:53 PM
Liza Belova
Liza Belova - avatar
+ 2
Rusell Calero thanks, very helpful👍
19th Apr 2022, 1:06 AM
Rishi
Rishi - avatar
+ 2
Rishi the most common mistake. This happens to me too😊
19th Apr 2022, 1:29 PM
Liza Belova
Liza Belova - avatar
+ 1
russell calero
30th Mar 2022, 12:18 AM
Rusell Calero
Rusell Calero - avatar