medium
Text to SQL Conversion
Generate a SQL query based on a natural language description.
📝 प्रॉम्ट सामग्री
I have a table named 'employees' with columns 'id', 'name', 'department', and 'salary'. Write a SQL query to find the average salary for each department, sorted by average salary in descending order.