php 8 Code project | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

php 8 Code project

cakes table: Š¢oday a customer want a cake set that has minimal calories. Write a query to sort the cakes by calorie count and select the first 3 cakes from the list to offer the customer. Try to combine ORDER BY and LIMIT keywords. Q: 8 Code project

27th Mar 2022, 10:57 PM
Cuma Arabi
Cuma Arabi - avatar
2 Respostas
+ 3
-- SQL tag -- SQL 8 Code project Cakes šŸ˜‹ select DISTINCT * from cakes order by calories asc LIMIT 3
27th Mar 2022, 11:20 PM
SoloProg
SoloProg - avatar
+ 1
Cuma Arabi This is PHP project or SQL project because I don't see any project in PHP language. This is the side effects of learning multiple languages together. You are learning: CSS JavaScript Python SQL PHP these languages are different than each other. mixing many languages may create confusion in syntax. So I would suggest first complete one language then focus on others.
28th Mar 2022, 12:50 AM
AĶ¢J
AĶ¢J - avatar