🏠 Inicio
Pruebas de rendimiento
📊 Todos los benchmarks 🦖 Dinosaurio v1 🦖 Dinosaurio v2 ✅ Aplicaciones To-Do List 🎨 Páginas libres creativas 🎯 FSACB - Showcase definitivo 🌍 Benchmark de traducción
Modelos
🏆 Top 10 modelos 🆓 Modelos gratuitos 📋 Todos los modelos ⚙️ Kilo Code
Recursos
💬 Biblioteca de prompts 📖 Glosario de IA 🔗 Enlaces útiles
Intermediate

Generate SQL Query

#sql #database #data

Create a SQL statement to retrieve specific data.

Write a SQL query to select the top 5 customers with the highest total purchase amount from a table named 'orders', assuming the table has columns 'customer_id' and 'total_amount'. Order the results by the total amount in descending order.