0
I really am stuck on SQL EXAM 3/3 and have finished all lessons..Can I have help w/ 'Slim' the Giraffe help
SQL EXAM3 TEST3 HELP please 🙏 i will be eternally grateful
2 ответов
0
I probably shouldn't have done that.
INSERT INTO Animals(name,type,country_id)
VALUES ('Slim', 'Giraffe', 1 );
SELECT animals.name, animals.type, countries.country
From Animals INNER JOIN Countries
ON country_id = id order by country_id desc;
0
Hey I do appreciate it though. Lol 😆 I was very close just stuck with a small area within the second statement