advanced
SQL Query Generator
Constructs SQL queries based on natural language descriptions of data needs.
📝 提示内容
Write a SQL query for a table named 'employees' with columns 'id', 'name', 'department', and 'salary'. The query should find the names of employees in the 'Sales' department who have a salary higher than the average salary of all employees in the company.