Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Monthly Retention Rate Calculation | Advanced Window Function Applications
Window Functions in SQL
セクション 3.  6
single

single

bookChallenge: 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.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 3.  6
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt