セクション 3. 章 4
single
Challenge: Customer Segmentation by Spend and Frequency
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
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.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 4
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください