Why is it showing no output | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 18

Why is it showing no output

I was doing the code coach of sql and I found out that in every sql code coach its showing no output if I have written correct also This is an overview of the zoo code coach /* 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 Overview of Apartments SELECT * FROM Apartments WHERE price > 750 AND status = 'Not rented'ORDER BY price;

13th Feb 2021, 8:38 AM
Queen👽
Queen👽 - avatar
10 Answers
+ 8
Muskan yes, it happened with many,I think it's new bug. Try download last update, if it doesn't working again, you must wait after sololearn fixed it. Happy Coding!
13th Feb 2021, 8:52 AM
Սոֆի Մովսեսյան
Սոֆի Մովսեսյան - avatar
+ 7
Sofi Cyan thank u i think it will be solve
13th Feb 2021, 1:45 PM
Queen👽
Queen👽 - avatar
+ 5
What you can't solve? Zoo? Cakes? Or second?
13th Feb 2021, 8:42 AM
Սոֆի Մովսեսյան
Սոֆի Մովսեսյան - avatar
+ 5
Sofi cakes apartment Nd zoo's its showing no output while the code is correct
13th Feb 2021, 8:43 AM
Queen👽
Queen👽 - avatar
+ 5
Sofi its showing no output
13th Feb 2021, 8:47 AM
Queen👽
Queen👽 - avatar
+ 5
It looks like there is an ongoing problem with SQL challenges right now. https://www.sololearn.com/Discuss/2695161/no-output-error https://www.sololearn.com/Discuss/2694959/zoo-project
13th Feb 2021, 8:49 AM
noteve
noteve - avatar
+ 3
Lehich its solved
18th Mar 2021, 4:17 PM
Queen👽
Queen👽 - avatar
+ 2
Wlcm Muskan sis
13th Feb 2021, 1:54 PM
Սոֆի Մովսեսյան
Սոֆի Մովսեսյան - avatar
+ 2
INSERT into animals(name,type,country_id) VALUES ('Slim','Giraffe',1); Select a.name ,a.type ,c.country FROM animals a inner join countries c On a.country_id =c.id ORDER by country ;
13th Feb 2021, 8:42 PM
mo bkn
mo bkn - avatar
+ 1
Hi, same problem here...I think it's a glitch in the app at this moment. I was thinking there was no table to pull the select query from, but creating the table that practice asks for says that relation already exists. For obvious reasons the app probably does not allow to drop these tables either (to subsequently recreate them). Anyways, Google Play has no update for the app so I'm getting in line for the fix too :)
15th Feb 2021, 7:49 AM
Lehich
Lehich - avatar