🏠 Home
Benchmark
📊 Tutti i benchmark 🦖 Dinosauro v1 🦖 Dinosauro v2 ✅ App To-Do List 🎨 Pagine libere creative 🎯 FSACB - Ultimate Showcase 🌍 Benchmark traduzione
Modelli
🏆 Top 10 modelli 🆓 Modelli gratuiti 📋 Tutti i modelli ⚙️ Kilo Code
Risorse
💬 Libreria di prompt 📖 Glossario IA 🔗 Link utili
Medium

SQL Query Builder

#sql #database #data

Generate a SQL query for a specific database scenario.

You are a database expert. Write a SQL query for a PostgreSQL database. We have two tables: 'employees' (id, name, department_id) and 'salaries' (emp_id, amount). Write a query to find the top 5 highest average salaries by department, displaying the department ID and the average salary rounded to two decimal places.