# Queries

Workflow [transforms](https://docs.redivis.com/reference/workflows/transforms) provide the most robust and reproducible mechanism for querying tables on Redivis. However, you can execute SQL queries directly on a table for when you want to perform a quick, one-off analysis. In order to perform a query, you will need [data access](https://docs.redivis.com/data-access/access-levels#data-access) to the corresponding table.

The **Query** tab on a table contains a SQL editor with scaffolding to reference that table. The query syntax follows the same rules as the [transform SQL query syntax](https://docs.redivis.com/workflows/transforms/step-sql-query#query-syntax). Additionally query results may not exceed 10GB – if you need to materialize larger results, use a transform for your query.

Choose one of the templates or type your own SQL query, and click the **Run** button to see the results. You can select any column in the query results to view the summary statistics for that column.&#x20;

If you update the query after execution, it will become "stale" (marked in yellow), which is a reminder that the results no longer match the query you are typing. The previous results will still be shown to help inform the new query you are writing.

![Query the table to filter for a particular value, or explore variable correlations via a cross-tab](https://1672950126-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LVodLwUXgJUGcm5Cvso%2Fuploads%2FhhhQiWxRMSoJtBp5Hz0e%2FScreenshot%202023-06-14%20at%206.08.21%20PM_out.png?alt=media\&token=0324e7be-5081-4564-9e73-3d0a5d509080)

{% hint style="info" %}
**Accessibility note for keyboard navigation:**\
When you open the query tab, your cursor will be focused on the query editor. To navigate away using the keyboard, first press **Escape**, then press **Tab** to focus with other non-editor elements.
{% endhint %}
