🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links
medium

Text to SQL Conversion

#sql #database #coding

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.