medium
Generate a SQL Query
Write a SQL query to retrieve specific data from a database schema.
📝 محتوى الأمر
Write a SQL query for a table named 'Employees' with columns 'id', 'name', 'department', and 'salary'. The query should find the names of all employees in the 'Sales' department who earn more than 50,000.