🏠 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 Query Generator

#data #sql #database

Generate a SQL query based on specific data requirements.

Write a SQL query for a table named 'Employees' with columns (id, name, department, salary, hire_date). The query should find the names and salaries of the top 3 highest-paid employees in the 'Sales' department who were hired after January 1st, 2020. Assume a standard SQL syntax.