1) A new animal has come in, with the following details: name - "Slim", type - "Giraffe", country_id - | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

1) A new animal has come in, with the following details: name - "Slim", type - "Giraffe", country_id -

28th Aug 2022, 5:37 AM
Ragul S
Ragul S - avatar
4 ответов
+ 1
Are you having trouble with this Code Coach task? Please show your attempt so we can help you troubleshoot the problem.
29th Aug 2022, 10:10 AM
Brian
Brian - avatar
+ 1
What is the question?
29th Aug 2022, 10:10 AM
praneetha
praneetha - avatar
0
insert into Animals (name, type, country_id ) values ('Slim', 'Giraffe', 1); SELECT Animals.name, Animals.type, countries.country from Animals inner join countries on Animals.country_id=countries.id order by countries.country
29th Aug 2022, 12:25 PM
Shayan Ahmad Khan
Shayan Ahmad Khan - avatar
0
Shayan Ahmad Khan .. The syntax is absolutely right 👍
29th Aug 2022, 12:38 PM
Chuks Austine
Chuks Austine - avatar