Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Challenge: Monthly VIP Customer Report | CASE WHEN for Aggregates and Reporting
Mastering CASE WHEN in SQL

bookChallenge: Monthly VIP Customer Report

Tâche

Swipe to start coding

Write a query to generate a monthly report of VIP customers based on their transaction history. A customer is considered "VIP" for a given month if they have a total transaction amount of at least 500 and have made at least 2 transactions in that month.

  • Group transactions by month and customer.
  • Calculate the total transaction amount for each customer per month.
  • Count the number of transactions for each customer per month.
  • Use CASE WHEN to label customers as 'VIP' if they meet both criteria: total amount >= 500 and transaction count >= 2.
  • Only include customers who qualify as VIP in the results.

Solution

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 4. Chapitre 6
single

single

Demandez à l'IA

expand

Demandez à l'IA

ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

close

bookChallenge: Monthly VIP Customer Report

Glissez pour afficher le menu

Tâche

Swipe to start coding

Write a query to generate a monthly report of VIP customers based on their transaction history. A customer is considered "VIP" for a given month if they have a total transaction amount of at least 500 and have made at least 2 transactions in that month.

  • Group transactions by month and customer.
  • Calculate the total transaction amount for each customer per month.
  • Count the number of transactions for each customer per month.
  • Use CASE WHEN to label customers as 'VIP' if they meet both criteria: total amount >= 500 and transaction count >= 2.
  • Only include customers who qualify as VIP in the results.

Solution

Switch to desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 4. Chapitre 6
single

single

some-alt