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

Generate SQL Query from Description

#sql #database #data

Create a SQL statement to retrieve specific data based on a natural language description.

Write a SQL query for a table named 'employees' that has columns (id, name, department, salary, hire_date). The query should select the names and salaries of all employees in the 'Sales' department who have a salary greater than 50,000, ordered by salary in descending order.