What is wrong in this? The question is taken from SQL module problem name is 'Cakes'. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 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