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

Generate SQL Query

#sql #database #code-generation

Create a SQL query based on a natural language description.

Write a SQL query for a PostgreSQL database. The query should select all records from the table 'Employees' who work in the 'Sales' department and have a salary greater than 50000. Order the results by 'hire_date' in descending order. Include comments explaining each part of the query.