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