Can some one help me in SQL Lesson 28 Zoo project. | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Can some one help me in SQL Lesson 28 Zoo project.

My output is valid and correct still it is showing 'try again'. Please have a look. INSERT into animals (name, type, country_id) VALUES ('slim', 'Giraffe', 1); select name, type, country FROM animals INNER JOIN countries on animals.country_id= countries.id ORDER by country; Above is a query written by me. And the output matches expected one. They want a table sorted by countries so I used order by cmd.

21st Jul 2021, 3:31 PM
akshay more
akshay more - avatar
1 Respuesta
+ 3
S should be uppercase in Slim
21st Jul 2021, 3:55 PM
Simba
Simba - avatar