0
What is missing in my code
Pls help me go through this code for any bugs INSERT into Animals Values ('Slim','Girrafe',1); Select Animals.name, Animals.type, Countries.country FROM Animals INNER JOIN Countries On Animals.country_id=Countries.id Order by country
2 Antworten
+ 4
you have a typo in "Girrafe", should be "Giraffe". double ff not rr.
+ 3
Ngochia Ebemimbom Daniel Junior
Should be ORDER BY country_id DESC
Also check spelling of 'Giraffe'