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

SQL Query Generator

#sql #database #coding

Write a SQL query to solve a specific data retrieval problem.

Write a SQL query for a table named 'Employees' with columns 'id', 'name', 'department', and 'salary'. The query should retrieve the names and salaries of the top 3 highest-paid employees in the 'Sales' department, ordered by salary in descending order.