Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Oppiskele Challenge: Top Customers by Order Count | Subqueries in E-commerce Analytics
Subqueries in SQL

bookChallenge: Top Customers by Order Count

Tehtävä

Swipe to start coding

Write a query to identify the top 3 customers who have placed the highest number of orders. Use a subquery to count the number of orders for each customer and then select the top 3 customers based on this count.

  • Use a subquery to calculate the number of orders for each customer.
  • Join the result of the subquery with the customers table to retrieve customer details.
  • Select only the top 3 customers with the highest order counts.
  • If there are ties in order counts, order customers by their customer ID in ascending order.

Ratkaisu

Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 1. Luku 3
single

single

Kysy tekoälyä

expand

Kysy tekoälyä

ChatGPT

Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme

Suggested prompts:

Can you explain that in simpler terms?

What are the main benefits of this approach?

Are there any common mistakes to avoid with this?

close

bookChallenge: Top Customers by Order Count

Pyyhkäise näyttääksesi valikon

Tehtävä

Swipe to start coding

Write a query to identify the top 3 customers who have placed the highest number of orders. Use a subquery to count the number of orders for each customer and then select the top 3 customers based on this count.

  • Use a subquery to calculate the number of orders for each customer.
  • Join the result of the subquery with the customers table to retrieve customer details.
  • Select only the top 3 customers with the highest order counts.
  • If there are ties in order counts, order customers by their customer ID in ascending order.

Ratkaisu

Switch to desktopVaihda työpöytään todellista harjoitusta vartenJatka siitä, missä olet käyttämällä jotakin alla olevista vaihtoehdoista
Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 1. Luku 3
single

single

some-alt