🏠 Strona Główna
Benchmarki
📊 Wszystkie benchmarki 🦖 Dinozaur v1 🦖 Dinozaur v2 ✅ Aplikacje To-Do List 🎨 Kreatywne wolne strony 🎯 FSACB - Ostateczny pokaz 🌍 Benchmark tłumaczeń
Modele
🏆 Top 10 modeli 🆓 Darmowe modele 📋 Wszystkie modele ⚙️ Kilo Code
Zasoby
💬 Biblioteka promptów 📖 Słownik AI 🔗 Przydatne linki
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'.