Reserved keywords
This page contains a list of reserved keywords in Cypher®.
Reserved keywords are words that have a special meaning in Cypher. The listing of the reserved keywords are grouped by the categories from which they are drawn. In addition to this, there are a number of keywords that are reserved for future use.
The reserved keywords are not permitted to be used as identifiers in the following contexts:
-
Variables
-
Function names
-
Parameters
If any reserved keyword is quoted in backticks (`
), such as `AND`
, it would become a valid identifier in the above contexts; however, this approach is not recommended.