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

Complex SQL JOIN Query

#sql #database #query

Write a SQL query to aggregate sales data from multiple tables.

Write a SQL query that selects the top 5 customers by total purchase amount in the last year. Assume three tables: 'customers', 'orders', and 'order_items'. You will need to join these tables and use a GROUP BY clause with a SUM aggregation.