Mahtavaa!
Completion arvosana parantunut arvoon 5.56Osio 2. Luku 3
single
Challenge: Recently Hired Employees
Pyyhkäise näyttääksesi valikon
Tehtävä
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
employeestable for employees with ahire_dateon or after this cutoff date. - Only include employees who meet this recent hire date criteria.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 3
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme