Hard
Write a SQL Join Query
Construct a SQL query to retrieve data from multiple related tables.
📝 Contenuto del prompt
Write a SQL query for a table named 'Employees' and a table named 'Departments'. The goal is to list the first name and last name of all employees, along with the name of their department. Include only employees who were hired after January 1st, 2020.