🏠 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

Write a SQL Query

#sql #database #coding

Generate SQL code to retrieve specific data from a database.

Write a SQL query for a PostgreSQL database. The database has two tables: 'Employees' (id, name, department_id) and 'Salaries' (employee_id, amount). The query should list the names of all employees in the 'Sales' department who earn more than 50,000.