Which neo4j clause used for adding or updating properties to an existing relationship?
Answer Posted / Khushboo Shobhit
The 'SET' clause is used for adding or updating properties of an existing relationship in Neo4j. For example: `MATCH (n)-[r]->(m) SET r.myProperty = 'new value'`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category