🏠 Strona Główna
Benchmarki
📊 Wszystkie benchmarki 🦖 Dinozaur v1 🦖 Dinozaur v2 ✅ Aplikacje To-Do List 🎨 Kreatywne wolne strony 🎯 FSACB - Ostateczny pokaz 🌍 Benchmark tłumaczeń
Modele
🏆 Top 10 modeli 🆓 Darmowe modele 📋 Wszystkie modele ⚙️ Kilo Code
Zasoby
💬 Biblioteka promptów 📖 Słownik AI 🔗 Przydatne linki
medium

Write a SQL Query

#sql #database #data-analysis

Construct a SQL query to retrieve specific aggregated data.

Write a SQL query for a table named 'Orders' with columns 'order_id', 'customer_id', 'order_date', and 'total_amount'. The query should find the top 3 customers who spent the most money in the year 2023. Return the customer_id and the total sum spent.