🏠 Home
Benchmark
📊 Tutti i benchmark 🦖 Dinosauro v1 🦖 Dinosauro v2 ✅ App To-Do List 🎨 Pagine libere creative 🎯 FSACB - Ultimate Showcase 🌍 Benchmark traduzione
Modelli
🏆 Top 10 modelli 🆓 Modelli gratuiti 📋 Tutti i modelli ⚙️ Kilo Code
Risorse
💬 Libreria di prompt 📖 Glossario IA 🔗 Link utili
Intermediate

SQL Filter Query

#sql #database #query

Generates a SQL query to filter data based on specific criteria.

Write a SQL query for a table named 'employees' that selects the first_name, last_name, and salary columns. Filter the results to include only employees who earn more than 50,000 and work in the 'Sales' department. Order the results by salary in descending order.