Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Recently Hired Employees | Subqueries in Human Resources
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
Subqueries in SQL

bookChallenge: Recently Hired Employees

Task

Swipe to start coding

List all employees who were hired in the last 6 months using a subquery. Use the employees table and filter by hire_date so that only those hired within the last 6 months (relative to the current date) are included. The subquery should determine the date 6 months before the current date.

  • Use a subquery to calculate the cutoff date as 6 months before the current date.
  • Select all columns from the employees table for employees with a hire_date on or after this cutoff date.
  • Only include employees who meet this recent hire date criteria.

Solution

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 2. ChapterΒ 3
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 main points I should remember?

Can you give me an example?

close

bookChallenge: Recently Hired Employees

Swipe to show menu

Task

Swipe to start coding

List all employees who were hired in the last 6 months using a subquery. Use the employees table and filter by hire_date so that only those hired within the last 6 months (relative to the current date) are included. The subquery should determine the date 6 months before the current date.

  • Use a subquery to calculate the cutoff date as 6 months before the current date.
  • Select all columns from the employees table for employees with a hire_date on or after this cutoff date.
  • Only include employees who meet this recent hire date criteria.

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Β 2. ChapterΒ 3
single

single

some-alt