Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Challenge: Customer Segmentation by Spend and Frequency | Advanced Window Function Applications
/
Window Functions in SQL
Section 3. Chapitre 4
single

single

bookChallenge: Customer Segmentation by Spend and Frequency

Glissez pour afficher le menu

Tâche

Glissez pour commencer à coder

Segment employees by both total performance score and frequency of reviews using window functions. Use the provided employees and performance tables.

  • Calculate each employee's total performance score as the sum of their review scores.
  • Count the number of performance reviews for each employee.
  • Assign each employee to a score quartile using NTILE(4) based on their total performance score, with higher scores in higher quartiles.
  • Assign each employee to a frequency quartile using NTILE(4) based on their review count, with more reviews in higher quartiles.

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 3. Chapitre 4
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

some-alt