🏠 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 Join Query

#sql #database #coding

Construct a SQL query to retrieve customer order data.

Write a SQL query for two tables: 'Customers' (id, name) and 'Orders' (order_id, customer_id, amount). Retrieve the names of all customers who have placed an order with an amount greater than 500.