Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Departmental Salary Insights | CTE Fundamentals and Syntax
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
Mastering Common Table Expressions (CTEs) in SQL
SectionΒ 1. ChapterΒ 6
single

single

bookChallenge: Departmental Salary Insights

Swipe to show menu

Task

Swipe to start coding

Create a query using nested CTEs to identify departments with an average employee salary above $60,000, and then list all employees working in those departments.

  • Calculate the average salary for each department.
  • Identify departments where the average salary is greater than $60,000.
  • Select all employees who belong to those departments, including their names, salary, and department name.

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

single

Ask AI

expand

Ask AI

ChatGPT

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

some-alt