Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Multi-Step Employee Analysis | CTE Fundamentals and Syntax
Mastering Common Table Expressions (CTEs) in SQL
SectionΒ 1. ChapterΒ 5
single

single

bookChallenge: Multi-Step Employee Analysis

Swipe to show menu

Task

Swipe to start coding

Write a query using two CTEs to analyze employee sales performance relative to their department. The first CTE should calculate the total sales amount for each employee. The second CTE should determine the average total sales per department and select employees whose total sales exceed their department's average.

  • Calculate each employee's total sales.
  • Calculate the average total sales for each department.
  • Select employees whose total sales are greater than their department's average.

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Β 1. ChapterΒ 5
single

single

Ask AI

expand

Ask AI

ChatGPT

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

some-alt