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

SQL Query Generator

#sql #database #code

Generate a SQL query based on a specific data requirement description.

I have two tables: 'Orders' (order_id, customer_id, order_date, total_amount) and 'Customers' (customer_id, name, city). Write a SQL query to find the top 5 customers by total spending who live in 'New York'.