Cypher Fundamentals-Creating a Node


Cypher Fundamentals

.

Remember that our other Person nodes contain a property called name which is considered our primary key.

Validate Results

MERGE (p:Person {name: 'Daniel Kaluuya'})
RETURN p;

Once you have run the query, click the Check Database button and we will check the database for you.

Creating Nodes 55% Creating Relationships