🏠 الرئيسية
المقاييس
📊 جميع المقاييس 🦖 ديناصور v1 🦖 ديناصور v2 ✅ تطبيقات قائمة المهام 🎨 صفحات حرة إبداعية 🎯 FSACB - العرض النهائي 🌍 مقياس الترجمة
النماذج
🏆 أفضل 10 نماذج 🆓 نماذج مجانية 📋 جميع النماذج ⚙️ كيلو كود
الموارد
💬 مكتبة الأوامر 📖 قاموس الذكاء الاصطناعي 🔗 روابط مفيدة
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.