> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usebrainbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Execute Query

Executes a query on the mysql database and returns the results

## Input

| Property | Type        | Required | Description                                      |
| -------- | ----------- | -------- | ------------------------------------------------ |
| timezone | SHORT\_TEXT | No       | Timezone for the mysql server to use             |
| query    | SHORT\_TEXT | Yes      | The query string to execute, use ? for arguments |
| args     | ARRAY       | No       | Can inserted in the query string using ?         |

## Sample Output

```json theme={null}
{}
```
