Clause begins with keywords, it computes and processs the results from preceding statements, and passes the results to subsequent statements or returns to user.
Currently supported clause keywords are:
- GROUP BY
- ORDER BY
- SKIP
- LIMIT
- WHERE
- RETURN
- WITH
- UNCOLLECT
- UNION
- UNION ALL
- CALL
All keywords introduced in this chapter are case insensitive.