AI agents/LLMs: Fetch /llms.txt first to access the documentation index. Remove the trailing slash and append .md to any URL to access lighter, easier-to-parse Markdown pages instead of HTML (this page is accessible at https://docs.singlestore.com/db/v7.6/reference/sql-reference/restricted-keywords.md).
Restricted Keywords
Keywords are words that have a specific meaning in SQL, such as SELECT, ARRAY, etc. Keywords that are restricted (or reserved) require special treatment if they need to be used as an identifier such as a table or column name. This is because their specific meaning could cause issues when used in the context of such a name.