Zoo SQL module quiz | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Zoo SQL module quiz

My code in SQL is correct. I'm getting similar output but it still shows your code is wrong. Can someone help me? It's important.

4th Sep 2022, 5:29 PM
Rakshanda Hedaoo
Rakshanda Hedaoo - avatar
2 Answers
+ 3
INSERT INTO Animals(name,type,country_id) VALUES ('Slim', 'Giraffe', 1 ); SELECT animals.name, animals.type, countries.country From Animals INNER JOIN Countries ON country_id = id order by country_id desc;
4th Sep 2022, 5:36 PM
AjaraGuju
AjaraGuju - avatar
+ 2
share your code snippet so that we can correct you..
4th Sep 2022, 5:39 PM
Prashanth Kumar
Prashanth Kumar - avatar