🏠 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
intermediate

SQL Query Generator

#sql #database #coding

Write a SQL query to solve a specific data retrieval problem.

Write a SQL query for a table named 'Employees' with columns 'id', 'name', 'department', and 'salary'. The query should retrieve the names and salaries of the top 3 highest-paid employees in the 'Sales' department, ordered by salary in descending order.