Cypher Fundamentals-Retrieving Nodes
CHALLENGE
Retrieving Nodes
Now for a challenge.
We are interested in .
When was Kevin Bacon born?
Modify the query in the Neo4j Browser window to the right of the screen to find the year that was born. This value is stored in the property.
Once you have found the correct year, enter the value below and click Check Answer.
//查找' Kevin Bacon'的年龄
MATCH (p:Person)
WHERE p.name='Kevin Bacon'
RETURN p.born
自然语言处理爱好者,欢迎交流。QQ: 7214218