Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Trend and Percentile Analysis | Window Functions for Trends and Rankings
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
SQL for Business Intelligence Analysts

bookChallenge: Trend and Percentile Analysis

Task

Swipe to start coding

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.

Solution

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 6
single

single

Ask AI

expand

Ask AI

ChatGPT

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

Suggested prompts:

Can you explain this in simpler terms?

What are the next steps I should take?

Can you provide an example?

close

bookChallenge: Trend and Percentile Analysis

Swipe to show menu

Task

Swipe to start coding

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.

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Β 6
single

single

some-alt