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

SQL ZOO task.

Someone could tell me where is the problem? What I've missed to solve this task?

14th Feb 2021, 10:09 AM
Oleksandr Hurko
Oleksandr Hurko - avatar
6 Answers
+ 3
Oleksandr Hurko Problem is with SQL Compiler. Everyone are facing same issue. https://www.sololearn.com/post/935054/?ref=app
14th Feb 2021, 12:57 PM
A͢J
A͢J - avatar
+ 2
Anyone could you fix this quiz? Can someone help? İt is not working anyway
17th Feb 2021, 7:47 PM
Nefise Özgür
Nefise Özgür - avatar
+ 1
I Am AJ ! Aha. Thank you for explanation. ;)
14th Feb 2021, 1:04 PM
Oleksandr Hurko
Oleksandr Hurko - avatar
0
INSERT INTO animals VALUES('Slim', 'Giraffe', 1); SELECT a.name, a.type, c.country FROM animals a INNER JOIN countries c ON a.country_id = c.id ORDER BY c.country;
14th Feb 2021, 10:10 AM
Oleksandr Hurko
Oleksandr Hurko - avatar
0
Oleksandr Hurko There should be ORDER BY c.id DESC
14th Feb 2021, 11:18 AM
A͢J
A͢J - avatar
0
I Am AJ ! Emmm. It's not helping.😅
14th Feb 2021, 12:43 PM
Oleksandr Hurko
Oleksandr Hurko - avatar