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;
1 Réponse
+ 7
sdotsharma
LIMIT 3 should come after ORDER BY calories
And also no need to write WHERE in script