🏠 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 Filter Query

#sql #database #query

Generates a SQL query to filter data based on specific criteria.

Write a SQL query for a table named 'employees' that selects the first_name, last_name, and salary columns. Filter the results to include only employees who earn more than 50,000 and work in the 'Sales' department. Order the results by salary in descending order.