MATCH (n) RETURN n;
The following figure shows the nodes and relationships created.
MATCH (n:Person)-[r:HAS_ACCOUNT]-(m:Account) RETURN n,r,m;
The following figure shows the execution result of the above statement.
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!