🏠 ホーム
ベンチマーク
📊 すべてのベンチマーク 🦖 恐竜 v1 🦖 恐竜 v2 ✅ To-Doリストアプリ 🎨 クリエイティブフリーページ 🎯 FSACB - アルティメットショーケース 🌍 翻訳ベンチマーク
モデル
🏆 トップ10モデル 🆓 無料モデル 📋 すべてのモデル ⚙️ 🛠️ Kilo Code モード
リソース
💬 💬 プロンプトライブラリ 📖 📖 AI用語集 🔗 🔗 有用なリンク
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.