Project 1 of SQL:A local bakery creates unique cake sets. Each cake set contains three different cakes. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

Project 1 of SQL:A local bakery creates unique cake sets. Each cake set contains three different cakes.

im using this syntax Select *from table_name oder by calories, limit 3; Still im not getting desired output Help!

12th Jun 2021, 8:43 AM
Navin kumar
Navin kumar - avatar
3 Answers
0
Here is the right answer Select * from cakes order by calories limit 3;
10th Sep 2022, 12:12 AM
Anand Pal Singh
Anand Pal Singh - avatar
- 7
Please correct your Query code. Also, the correct code is Select *from cakes order by calories limit 3
30th Sep 2021, 7:47 AM
Raj Sharma
Raj Sharma - avatar
- 11
A local bakery creates unique cake sets. Each cake set contains three different cakes. Here is the cakes table:
25th Sep 2021, 4:54 PM
نوال مشرقي