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.

In this section

Last modified: April 24, 2021

Was this article helpful?