What is wrong in this? The question is taken from SQL module problem name is 'Cakes'. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
+ 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