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.
自然语言处理爱好者,欢迎交流。QQ: 7214218
浙公网安备 33010602011771号