medium
Write a SQL Query
Generate SQL code to retrieve specific data from a database.
📝 محتوى الأمر
Write a SQL query for a PostgreSQL database. The database has two tables: 'Employees' (id, name, department_id) and 'Salaries' (employee_id, amount). The query should list the names of all employees in the 'Sales' department who earn more than 50,000.