🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links
Medium

Write a Complex SQL Query

#sql #database #code

Construct a SQL query involving joins and aggregation.

Write a PostgreSQL query to find the top 5 users who have spent the most money in the last 30 days. Assume two tables: 'users' (id, username) and 'orders' (user_id, amount, created_at). The query should return the username and the total amount spent.