# مهمة SQL Query

## 👨‍💻️ ما هي مهمة استعلام SQL؟

مهمة استعلام SQL ستنفذ أي كود SQL "خام" تختاره على الخادم وقاعدة البيانات التي تم إعدادها باستخدام خاصية سلسلة الاتصال.

&#x20;يمكن تخصيص كل استعلام باستخدام [SQL parameters](/ar/form-management/form-designer/answers/answer-types/creating-new-type/lists/sql-server-lists/sql-parameters.md) التي يمكن أن تحصل على قيم من إجابات المستجيب.

![](/files/cf6deee578951b1d2155d0a44132cdd49859f4be)

{% hint style="info" %}
يمكنك أيضًا استدعاء إجراء مخزن باستخدام جملة تنفيذ الإجراء المخزن القياسية في SQL Server على سبيل المثال: `EXEC YourStoredProcedure @YourParam1, @YourParam2`&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ngsurvey.com/ar/form-management/tasks/task-items/sql-query-task.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
