0
SQL ZOO task.
Someone could tell me where is the problem? What I've missed to solve this task?
6 Respuestas
+ 3
Oleksandr Hurko
Problem is with SQL Compiler. Everyone are facing same issue.
https://www.sololearn.com/post/935054/?ref=app
+ 2
Anyone could you fix this quiz? Can someone help? İt is not working anyway
+ 1
I Am AJ ! Aha. Thank you for explanation. ;)
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;
0
Oleksandr Hurko
There should be ORDER BY c.id DESC
0
I Am AJ ! Emmm. It's not helping.😅