Reserved words in SRL

Reserved words are those words which belong to SRL syntax. Reserved words are highlighted.

When a column name includes a reserved word, the name must be enclosed in [brackets].

If you have a column named True, you would need to write [True] because the word "True" is a part of the SRL syntax.

Reserved words are case insensitive. When a reserved word is used as a part of the value of a string, the reserved word is considered a part of the value and plays no special role.

In the string "hello and world", the word "and" has no special meaning as it is given in quotation marks.