🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links
medium

Write a SQL Query

#sql #database #data #query

Construct a SQL statement to retrieve specific data from two tables.

Write a SQL query to select all customer names and their total order amounts from a 'customers' table and an 'orders' table, joining them by customer ID, where the total amount is greater than 1000.