VIEW keyword
Keywords: view
The keyword can be written in capital or small letters, but not mixed. The view keyword introduces a predefined view, which can be added to the data model or defined in an expression. In contrast to an ad-hoc view (SELECT statement), the view is not executed when being defined.
Definition:
_view := 'view' | __view
__view :: 'VIEW'

