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

Construct Multi-Table Join Query

#sql #database #joins #aggregation

Write a SQL query to retrieve specific aggregated data from three related tables.

Write a PostgreSQL query to find the top 10 users who have spent the most money in the last 30 days. The database has three tables: 'users' (user_id, name), 'orders' (order_id, user_id, created_at), and 'order_items' (item_id, order_id, price). The result should include the user's name and total amount spent.