Possible bug in SQL course? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Possible bug in SQL course?

Hi, when I try to complete the last task of first block with "Cakes" I get on input. I believe that my SQL Query is correctly written, but I get no output from the database whatsover even with other inputs like "SELECT * FROM cakes" Could there be a bug with this task? screenshot: https://ibb.co/4t1m5g3

13th Feb 2021, 1:03 PM
Daniel Rozehnal
Daniel Rozehnal - avatar
1 Answer
+ 1
Maybe it is a temporary bug because I do get outputs for "SELECT * FROM cakes". sololearn has a LOT of temporary bugs and stability issues. It seems like 25% of the time I try to answer a question, it fails to save and that's been fixed/broken for years. It works for me right now. I have it passing but not using your query. When "SELECT * FROM cakes" shows the output for you, use the following to meet the extra requirements and pass the task. "Write a query to sort the cakes by calorie count and select the first 3 cakes from the list to offer the customer." You need to add an "order by" and a "limit".
21st Mar 2021, 4:07 AM
Josh Greig
Josh Greig - avatar