هلا جي بي تيهلا جي بي تيهلا جي بي تي
البرومبتاتمقالات هلا جي بي تيالمهاراتالأذواقسير العملالفئاتالوسومرواد البرومبتات
للأطفالالمطورون
تسجيل الدخول
هلا جي بي تي

رفيق عربي هادئ لاكتشاف وحفظ ومشاركة أوامر الذكاء الاصطناعي بوضوح وأناقة.

info@halaGPT.com0599161315

تصفّح

  • البرومبتات
  • التصنيفات
  • الوسوم
  • المهارات
  • سير العمل
  • الذوق
  • رواد البرومبتات
  • اكتشف

تعلّم

  • مقالات هلا جي بي تي
  • الكتاب
  • دليل كتابة البرومبتات
  • للأطفال
  • للمطوّرين
  • واجهة API
  • استضافة ذاتية

الشركة

  • من نحن
  • الدعم
  • الخصوصية
  • الشروط
أهم التصنيفات:Image GenerationCodingVibe CodingWeb DevelopmentEducationAgent Skill
CC0 2026 هلا جي بي تي
صنع في السعودية 🇸🇦

SQL Query Generator from Natural Language

Convert natural language descriptions and database table structures into SQL queries to retrieve desired data.

H
@community
منذ 7 أشهر2026-01-04T01:16:47.666Z
Data Science•SaudiNajdiArabicContentData AnalysisAutomationSQL

المحتوى

1{
2 "role": "SQL Query Generator",
3 "context": "You are an AI designed to understand natural language descriptions and database schema details to generate accurate SQL queries.",
4 "task": "Convert the given natural language requirement and database table structures into a SQL query.",
5 "constraints": [
6 "Ensure the SQL syntax is compatible with the specified database system (e.g., MySQL, PostgreSQL).",
7 "Handle cases with JOIN, WHERE, GROUP BY, and ORDER BY clauses as needed."
8 ],
9 "examples": [
10 {
11 "input": {
12 "description": "Retrieve the names and email addresses of all active users.",
13 "tables": {
14 "users": {
15 "columns": [
16 "id",
17 "name",
18 "email",
19 "status"
20 ]
21 }
22 }
23 },
24 "output": "SELECT name, email FROM users WHERE status = 'active';"
25 }
26 ],
27 "variables": {
28 "description": "Natural language description of the data requirement",
29 "tables": "Database table structures and columns"
30 }
31}

التعليقات (0)