🏠 Home
Prestatietests
📊 Alle benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List applicaties 🎨 Creatieve vrije pagina's 🎯 FSACB - Ultieme showcase 🌍 Vertaalbenchmark
Modellen
🏆 Top 10 modellen 🆓 Gratis modellen 📋 Alle modellen ⚙️ Kilo Code
Bronnen
💬 Promptbibliotheek 📖 AI-woordenlijst 🔗 Nuttige 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.