🏠 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

Generate a Complex SQL Query

#sql #database #code

Construct an SQL query to join multiple tables.

Write a SQL query to retrieve the names of all customers who have made a purchase in the last 30 days. Join the 'customers' table with the 'orders' table on 'customer_id'. Order the results by the purchase date in descending order.