# Reserved Keywords

Acho is a SQL-based [RDBMS](https://acho.io/glossary/relational-database). When applying actions such as [Formula](https://docs.acho.io/applying-actions#09-formula) and [Rename](https://docs.acho.io/applying-actions#14-rename) please **avoid** using "reserved keywords" when creating or naming a column. These keywords are synonymous with some of the SQL operators and therefore cannot be used for column names.&#x20;

These keywords are:

|                        |           |           |           |             |
| ---------------------- | --------- | --------- | --------- | ----------- |
| AND                    | DISTINCT  | IF        | NULLS     | TABLESAMPLE |
| ANY                    | ELSE      | IGNORE    | OF        | THEN        |
| ARRAY                  | END       | IN        | ON        | TO          |
| AS                     | ENUM      | INNER     | OR        | TREAT       |
| ASC                    | ESCAPE    | INTERSECT | ORDER     | TRUE        |
| ASSERT\_ROWS\_MODIFIED | EXCEPT    | INTERVAL  | OUTER     | UNBOUNDED   |
| AT                     | EXCLUDE   | INTO      | OVER      | UNION       |
| BETWEEN                | EXISTS    | IS        | PARTITION | UNNEST      |
| BY                     | EXTRACT   | JOIN      | PRECEDING | USING       |
| CASE                   | FALSE     | LATERAL   | PROTO     | WHEN        |
| CAST                   | FETCH     | LEFT      | RANGE     | WHERE       |
| COLLATE                | FOLLOWING | LIKE      | RECURSIVE | WINDOW      |
| CONTAINS               | FOR       | LIMIT     | RESPECT   | WITH        |
| CREATE                 | FROM      | LOOKUP    | RIGHT     | WITHIN      |
| CROSS                  | FULL      | MERGE     | ROLLUP    |             |
| CUBE                   | GROUP     | NATURAL   | ROWS      |             |
| CURRENT                | GROUPING  | NEW       | SELECT    |             |
| DEFAULT                | GROUPS    | NO        | SET       |             |
| DEFINE                 | HASH      | NOT       | SOME      |             |


---

# 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.acho.io/acho-studio/data-prep-projects/applying-actions/reserved-keywords.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.
