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

bookChallenge: Customer Segmentation by Spend and Frequency

Task

Swipe to start coding

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

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 4
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

close

bookChallenge: Customer Segmentation by Spend and Frequency

Swipe to show menu

Task

Swipe to start coding

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 desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 4
single

single

some-alt