🏠 Hem
Benchmarkar
📊 Alla benchmarkar 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List-applikationer 🎨 Kreativa fria sidor 🎯 FSACB - Ultimata uppvisningen 🌍 Översättningsbenchmark
Modeller
🏆 Topp 10 modeller 🆓 Gratis modeller 📋 Alla modeller ⚙️ Kilo Code
Resurser
💬 Promptbibliotek 📖 AI-ordlista 🔗 Användbara länkar
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.