What is wrong in this? The question is taken from SQL module problem name is 'Cakes'. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is wrong in this? The question is taken from SQL module problem name is 'Cakes'.

SELECT * FROM cakes WHERE LIMIT 3 ORDER BY calories;

28th Jan 2021, 10:25 AM
Shivankur Sharma
Shivankur Sharma - avatar
1 Answer
+ 7
sdotsharma LIMIT 3 should come after ORDER BY calories And also no need to write WHERE in script
28th Jan 2021, 11:36 AM
A͢J
A͢J - avatar