Challenge: Find Low Stock Products
Task
Swipe to start coding
Write a query to list all products where the stock is less than or equal to 5.
- Select the columns
product_id,name,price,discount, andstockfrom theproductstable. - Filter the results to include only those rows where the value in the
stockcolumn is less than or equal to 50.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 3
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 2.86
Challenge: Find Low Stock Products
Swipe to show menu
Task
Swipe to start coding
Write a query to list all products where the stock is less than or equal to 5.
- Select the columns
product_id,name,price,discount, andstockfrom theproductstable. - Filter the results to include only those rows where the value in the
stockcolumn is less than or equal to 50.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 3
single