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

Generate SQL Query from Description

#sql #database #data

Create a SQL statement to retrieve specific data based on a natural language description.

Write a SQL query for a table named 'employees' that has columns (id, name, department, salary, hire_date). The query should select the names and salaries of all employees in the 'Sales' department who have a salary greater than 50,000, ordered by salary in descending order.