🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links
hard

Generate SQL Query from Description

#database #sql #coding

Constructs a SQL query based on a natural language description of data needs.

Write a SQL query to select the names and email addresses of all customers who have made a purchase in the last 30 days from a table named 'users' and an 'orders' table, joining them by user_id.