🏠 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

SQL Query Generator

#sql #database #coding

Writes SQL queries based on a description of desired data retrieval.

Write a SQL query to select the names and order dates of all customers who have placed an order with a total value greater than $100 in the last month. Assume a table named 'orders' with columns 'customer_name', 'order_date', and 'total_value'.