Fantastiskt!
Completion betyg förbättrat till 5.56Avsnitt 2. Kapitel 3
single
Challenge: Recently Hired Employees
Svep för att visa menyn
Uppgift
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.
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 2. Kapitel 3
single
Fråga AI
Fråga AI
Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal