Genial!
Completion tasa mejorada a 5.56Sección 2. Capítulo 3
single
Challenge: Recently Hired Employees
Desliza para mostrar el menú
Tarea
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.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 3
single
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla