0
Hi, can you help me in the last exercise of the zoo of the sql course, i think it had an error several times
2 Antworten
+ 6
Maria Carolina Sanchez Gil ,
before we can help you, you should show us your attempt first. without having seen your code it it is difficult to find out the issues you have.
thanks!
0
Sql give me error
INSERT INTO animals (name, type, country_id)
Values ('slim','Giraffe','1');
SELECT name,type,country
FROM animals INNER JOIN countries
On animals.country_id = countries.id
ORDER by country