🏠 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

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.