SQL zoo final project error even when my output is correct. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

SQL zoo final project error even when my output is correct.

hello, basically for the SQL final zoo project my output is the same (Accept the capitals) as the expected output, the inout loine says no input so i am not sure if thats a bug in the system or not that is causing the error, but there is no error in the code like it runs smoothly and shows a good output, here is my code /* name - "Slim", type - "Giraffe", country_id - 1 */ INSERT INTO Animals (name, type, country_id) VALUES ('Slim', 'Giraffe', 1); SELECT animals.name, animals.type, countries.country FROM animals, countries WHERE animals.country_id=countries.id order by animals.country_id desc

1st May 2021, 1:51 PM
Tal Davidson
3 Answers
+ 1
AJ thank you, so you are thinking this is just a bug needing fixed? the thread you sent seems to have many people saying the same thing as me,thank you!
1st May 2021, 2:08 PM
Tal Davidson
+ 1
Tal Davidson Yes it's a bug.
1st May 2021, 2:09 PM
A͢J
A͢J - avatar