0
MySQL
Iām working on the last project in the MySQL and my codeās output is exactly what the system says the output should be but they keep asking me to try it again. How come ?
5 Answers
+ 1
Share script here
+ 1
elvis peprah
Check spelling of 'Giraff' and 'slim'
+ 1
Thank you very much
0
/* name - "Slim", type - "Giraffe", country_id - 1 */
INSERT INTO Animals (name,type,country_id) VALUES ('slim','Giraff','1');
SELECT Animals.name,Animals.type,Countries.country FROM Animals INNER JOIN Countries ON Animals.country_id = Countries.id ORDER BY Animals.country_id DESC;
0
Oh ok thank you
It was exactly that and the āslimā had to be calitalizes as well