セクション 3. 章 6
single
Challenge: Monthly Retention Rate Calculation
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Write a query to calculate the percentage of employees from each hire (signup) month who received a performance review in each subsequent month.
- For each employee, identify their hire month as the cohort (signup_month).
- For each performance review, identify the month of the review as activity_month.
- For each combination of signup_month and activity_month, calculate the percentage of employees from that signup_month cohort who had at least one performance review in that activity_month.
- Express the percentage as a value between 0 and 100 with decimal precision.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 6
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください