🏠 Home
Benchmark
📊 Tutti i benchmark 🦖 Dinosauro v1 🦖 Dinosauro v2 ✅ App To-Do List 🎨 Pagine libere creative 🎯 FSACB - Ultimate Showcase 🌍 Benchmark traduzione
Modelli
🏆 Top 10 modelli 🆓 Modelli gratuiti 📋 Tutti i modelli ⚙️ Kilo Code
Risorse
💬 Libreria di prompt 📖 Glossario IA 🔗 Link utili
intermediate

Generate a SQL JOIN Query

#sql #database #data-analysis

Construct a SQL query to retrieve data from two related tables.

Write a SQL query to select the customer names and their total order amounts from a 'customers' table and an 'orders' table, joining them on customer_id. Include only customers who have placed orders.