+ 2
Whats wrong? ZOO
INSERT INTO animals (name,type,country_id) VALUES ('Slim','Giraffe',1); SELECT animals.name,animals.type,countries.country FROM animals INNER JOIN countries ON countries.id=animals.country_id ORDER BY countries.country; The task was not completed. What's wrong?
3 Respostas
+ 3
Kruzifix AIRIN
There is problem with SQL compiler. My completed script is now not working. Report it to SoloLearn on info@sololearn.com.
+ 1
Thank you