Module 2
Controlling Results Returned
Thus far, you have seen that you can return Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties./Full definition for relationship (opens in a new tab)A named, directed connection between two nodes. Every relationship has a type, a start node and an end node. in Neo4j Browser or you can return Full definition for property (opens in a new tab)A named value stored on a node or a relationship.. In both cases, the results returned are rows of data.
In this module, you will learn how to:
- Order results returned.
- Limit the number of results returned.
- Add properties to returned nodes.
- Conditionally test results before returning them.