🏠 Home
Prestatietests
📊 Alle benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List applicaties 🎨 Creatieve vrije pagina's 🎯 FSACB - Ultieme showcase 🌍 Vertaalbenchmark
Modellen
🏆 Top 10 modellen 🆓 Gratis modellen 📋 Alle modellen ⚙️ Kilo Code
Bronnen
💬 Promptbibliotheek 📖 AI-woordenlijst 🔗 Nuttige 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.