🏠 الرئيسية
المقاييس
📊 جميع المقاييس 🦖 ديناصور v1 🦖 ديناصور v2 ✅ تطبيقات قائمة المهام 🎨 صفحات حرة إبداعية 🎯 FSACB - العرض النهائي 🌍 مقياس الترجمة
النماذج
🏆 أفضل 10 نماذج 🆓 نماذج مجانية 📋 جميع النماذج ⚙️ كيلو كود
الموارد
💬 مكتبة الأوامر 📖 قاموس الذكاء الاصطناعي 🔗 روابط مفيدة
hard

Generate SQL Query

#sql #database #code-generation

Create a SQL query based on a natural language description.

Write a SQL query for a PostgreSQL database. The query should select all records from the table 'Employees' who work in the 'Sales' department and have a salary greater than 50000. Order the results by 'hire_date' in descending order. Include comments explaining each part of the query.