🏠 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
Intermediate

Create SQL Join Query

#sql #database #data #query

Generate a SQL query to join two tables and filter data.

Write a SQL query that selects the customer name and order amount from two tables, 'Customers' and 'Orders'. Join the tables on 'customer_id'. Filter the results to only show orders where the amount is greater than 500 dollars.