🏠 Startseite
Vergleiche
📊 Alle Benchmarks 🦖 Dinosaurier v1 🦖 Dinosaurier v2 ✅ To-Do-Listen-Apps 🎨 Kreative freie Seiten 🎯 FSACB - Ultimatives Showcase 🌍 Übersetzungs-Benchmark
Modelle
🏆 Top 10 Modelle 🆓 Kostenlose Modelle 📋 Alle Modelle ⚙️ Kilo Code
Ressourcen
💬 Prompt-Bibliothek 📖 KI-Glossar 🔗 Nützliche Links
hard

Generate SQL Query

#sql #database #data-analysis

Write a SQL query to extract specific data from a theoretical database schema.

Write a SQL query to find the top 3 customers who spent the most money in the last month. Assume a table named 'sales' with columns: customer_id (int), amount (decimal), and transaction_date (datetime). Include the total amount spent by each customer in the result.