Challenge: High-Volume Customers
Task
Swipe to start coding
Write a query to list the customer_id and the total quantity purchased for each customer, but only include those customers whose total quantity purchased is greater than 5.
- Select the
customer_idand the sum ofquantityastotal_quantityfrom thesalestable. - Group the results by
customer_id. - Only include customers whose total quantity purchased is greater than 5.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 3
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Suggested prompts:
Can you explain this in simpler terms?
Can you give me an example?
What are the next steps I should take?
Awesome!
Completion rate improved to 5.56
Challenge: High-Volume Customers
Swipe to show menu
Task
Swipe to start coding
Write a query to list the customer_id and the total quantity purchased for each customer, but only include those customers whose total quantity purchased is greater than 5.
- Select the
customer_idand the sum ofquantityastotal_quantityfrom thesalestable. - Group the results by
customer_id. - Only include customers whose total quantity purchased is greater than 5.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 3
single