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.