🏠 Strona Główna
Benchmarki
📊 Wszystkie benchmarki 🦖 Dinozaur v1 🦖 Dinozaur v2 ✅ Aplikacje To-Do List 🎨 Kreatywne wolne strony 🎯 FSACB - Ostateczny pokaz 🌍 Benchmark tłumaczeń
Modele
🏆 Top 10 modeli 🆓 Darmowe modele 📋 Wszystkie modele ⚙️ Kilo Code
Zasoby
💬 Biblioteka promptów 📖 Słownik AI 🔗 Przydatne linki
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.