https://github.com/famousdraw

Cypher Fundamentals-Creating a Node

CHALLENGE

Creating a Node

It’s time that we update our database.

Use the sandbox window to the right to create a new Person node for the rising star .

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.

 

posted on 2022-05-05 11:41  红色MINI  阅读(224)  评论(0编辑  收藏  举报

导航