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
1 Respuesta
+ 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".