Zoo Project! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Zoo Project!

I have been working on this project and I fail to get it right. Can I get some help please? 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.country ORDER BY Countries.country;

13th Feb 2021, 5:34 AM
Abit Jurkuch
Abit Jurkuch - avatar
9 Answers
+ 4
Abit Jurkuch Not sure but I think this challenge have problems right now as I also tried to run my old correct solution and it just showed "No output".
13th Feb 2021, 5:41 AM
noteve
noteve - avatar
+ 2
Abit Jurkuch Problem is with SQL Compiler. My solved problems are also not working.
13th Feb 2021, 5:48 AM
A͢J
A͢J - avatar
+ 1
Abit Jurkuch There should be ORDER BY country_id DESC
13th Feb 2021, 5:35 AM
A͢J
A͢J - avatar
+ 1
INSERT INTO Animals (name, type, country_id) VALUES ('Slim', 'Giraffe', 1); SELECT animals.name, animals.type, countries.country FROM animals, countries WHERE animals.country_id=countries.id order by animals.country_id desc
14th Sep 2021, 7:51 AM
Brigido bergado jr
Brigido bergado jr - avatar
+ 1
Copy this code and like and check please thank you
14th Sep 2021, 7:51 AM
Brigido bergado jr
Brigido bergado jr - avatar
0
still that doesn't work
13th Feb 2021, 5:39 AM
Abit Jurkuch
Abit Jurkuch - avatar
0
thanks!
13th Feb 2021, 5:45 AM
Abit Jurkuch
Abit Jurkuch - avatar
0
what about Apartments problem
13th Feb 2021, 5:46 AM
Abit Jurkuch
Abit Jurkuch - avatar
0
Me too I have the same problem!
13th Feb 2021, 10:33 AM
Abdelghani
Abdelghani - avatar