> For the complete documentation index, see [llms.txt](https://docs.feedloop.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feedloop.ai/agent-utility/resource/data-connector/sql-execution.md).

# SQL Execution

After modifying the existing SQL query, we can execute it by pressing the "<mark style="color:blue;">Execute"</mark> button. However, if you want to delete the created SQL, you can press the "<mark style="color:blue;">Discard"</mark> button.

<figure><img src="https://4292326968-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqsAGx1GJXq13bQhP2sY7%2Fuploads%2F3lJHr1X4N1jw6Y4VXu8G%2Fimage.png?alt=media&amp;token=4e823406-e67d-4a6b-87ac-dd715c06ca8a" alt="" width="401"><figcaption></figcaption></figure>

### SQL Result

Finally! We are delighted to present the results derived from the questions we previously explored. This culmination of our collective inquiry not only brings clarity but also marks a significant milestone in our journey of understanding. It is a testament to our shared commitment to knowledge and discovery.

<figure><img src="https://4292326968-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqsAGx1GJXq13bQhP2sY7%2Fuploads%2Fe5ZJXb4IceDyvScf5kuY%2Fimage.png?alt=media&amp;token=e9f77805-2193-4153-9670-8c6a1b51bac2" alt="" width="537"><figcaption></figcaption></figure>

The result of executing the SQL query will look like this:

<table><thead><tr><th width="161">CREATED_AT</th><th width="129">HASIL_PRODUK</th><th width="94">ID</th><th>LOKASI</th><th>TAHUN</th><th>UPDATED_AT</th></tr></thead><tbody><tr><td>2024-01-09T08</td><td>10</td><td>13</td><td>BANDUNG</td><td>2019</td><td>2024-01-09T08</td></tr></tbody></table>

#### There you go! The SQL query has been executed successfully and the results are ready for your review.

{% hint style="info" %}
We have the opportunity to explore further within the data connector playground. Take the chance to uncover additional features that can elevate the quality of your AI!
{% endhint %}
