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

Generate SQL Query

#sql #database #coding

Create a complex SQL query based on a specific data requirement and schema description.

Act as a Senior Database Engineer. I have two tables: 'Users' (id, name, signup_date) and 'Orders' (id, user_id, amount, order_date). Write a SQL query to find the top 5 users by total spending in the last 30 days, including their names and total amounts.