Hey everyone, who can help, where is mistake | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hey everyone, who can help, where is mistake

INSERT INTO Animals(name,type,country_id) VALUES ('Slim','Giraffe',1); SELECT * FROM Animals SELECT animals.name, animals.type, animals.countries_id, countries.country FROM Animals INNER JOIN Countries ON animals.country_id=countries.id

27th Aug 2022, 3:22 PM
Tamara Danielyan
2 Answers
0
It's may be animals.country_id, //not animals.countries_id
29th Aug 2022, 8:29 AM
Jayakrishna 🇮🇳