The Set clause in Neo4j can be used to add new properties to an existing relationship or node. It can

also be used to update or add existing properties values. To set a property in a node, here is
 

BY Best Interview Question ON 21 Feb 2019

Example

syntax:-

MATCH (node:label{properties . . . . . . . . . . . . . . })

SET node.property = value

RETURN node