Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Trend and Percentile Analysis | Window Functions for Trends and Rankings
SQL for Business Intelligence Analysts
セクション 3.  6
single

single

bookChallenge: Trend and Percentile Analysis

メニューを表示するにはスワイプしてください

タスク

スワイプしてコーディングを開始

You are a business intelligence analyst evaluating employee performance over time. Your goal is to analyze how employees' sales achievements change from one review to the next and how they rank compared to their peers on each review date.

Write a SQL query that:

  • Lists each employee from the Sales department and their sales achieved for each review date.
  • Shows the sales achieved on the previous review for the same employee (if any) using a window function.
  • Calculates the percentile rank of each employee's sales achieved among all employees for that review date using a window function.
  • Includes the following columns in your result: employee_id, review_date (as date), sales_achieved, previous_sales_achieved, and percentile.

解答

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

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

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

セクション 3.  6
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt