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

SQL Query Generator

#sql #database #technical

Generate a SQL query based on a text description.

Write a SQL query to retrieve a list of all employees who have been hired in the last year, ordered by their hire date in descending order. Assume the table name is 'Employees' and columns include 'FirstName', 'LastName', 'HireDate', and 'Department'.