🏠 Главная
Бенчмарки
📊 Все бенчмарки 🦖 Динозавр v1 🦖 Динозавр v2 ✅ Приложения To-Do List 🎨 Творческие свободные страницы 🎯 FSACB - Ультимативный показ 🌍 Бенчмарк перевода
Модели
🏆 Топ-10 моделей 🆓 Бесплатные модели 📋 Все модели ⚙️ Режимы Kilo Code
Ресурсы
💬 Библиотека промптов 📖 Глоссарий ИИ 🔗 Полезные ссылки
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.