Can anyone will correct This code in mysql for zoo problem? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone will correct This code in mysql for zoo problem?

INSERT INTO Animals VALUES ('slim','Giraffe',1); SELECT animals.name,animals.type,countries.country FROM Animals,countries From Animals Inner Join countries ON animals.country_id=countries.id; ORDER by countries.id;

14th Feb 2021, 3:07 AM
Ravi
Ravi - avatar
1 Answer