What is wrong in this? The question is taken from SQL module problem name is 'Cakes'. | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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 Respuesta
+ 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