medium
SQL Data Retrieval
Construct a complex SQL query to join tables and filter specific data.
📝 提示内容
Write a SQL query for a database with tables 'Employees' and 'Departments'. The query should list the names of all employees in the 'Sales' department who were hired after January 1st, 2020, sorted by their hire date in descending order.