Can anyone will correct This code in mysql for zoo problem? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort