Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Department Sales Aggregation | CTE Fundamentals and Syntax
Mastering Common Table Expressions (CTEs) in SQL
SectionΒ 1. ChapterΒ 3
single

single

bookChallenge: Department Sales Aggregation

Swipe to show menu

Task

Swipe to start coding

Create a CTE to aggregate total sales for each department and select departments with total sales above $10,000.

  • Use a CTE to calculate the sum of sales amounts for each department.
  • Join the relevant tables to relate departments, employees, and sales.
  • Select only those departments whose total sales exceed $10,000.

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

single

Ask AI

expand

Ask AI

ChatGPT

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

some-alt