mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
[cypher/en] It use -> It uses
This commit is contained in:
parent
6c72a9c2b7
commit
07b055e8f1
@ -34,7 +34,7 @@ The types allowed in properties:
|
|||||||
|
|
||||||
## Relationships (or Edges) connect two nodes
|
## Relationships (or Edges) connect two nodes
|
||||||
|
|
||||||
`[:KNOWS]` is a *relationship* with the *label* `KNOWS`. It's a *label* as the node's label. It begins with uppercase and use UPPER\_SNAKE\_CASE.
|
`[:KNOWS]` is a *relationship* with the *label* `KNOWS`. It's a *label* as the node's label. It uses UPPER\_SNAKE\_CASE.
|
||||||
|
|
||||||
`[k:KNOWS]` - the same *relationship*, referred by the variable `k`, reusable in the query, but it's not necessary.
|
`[k:KNOWS]` - the same *relationship*, referred by the variable `k`, reusable in the query, but it's not necessary.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user