Reserved word
From Wikipedia, the free encyclopedia.
A reserved word is a word which, in some computer language, cannot be used as an identifier because it is already used for some grammatical purpose. For instance, in SQL, a user cannot be called 'group' because the word 'group' is used to indicate that an identifier refers to a group, not a user.

