Cypher Fundamentals-Finding Specific Actors

2022/5/5 6:15:05

本文主要是介绍Cypher Fundamentals-Finding Specific Actors,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

Cypher Fundamentals

Reading Data from Neo4j

  • Introduction to Cypher
  • Retrieving Nodes
  • Finding Relationships
  • Traversing Relationships
  • Finding Emil
  • Filtering Queries
  • Finding Specific Actors

Writing Data to Neo4j

  • Creating Nodes
  • Creating a Node
  • Creating Relationships
  • Creating a Relationship
  • Updating Properties
  • Adding Properties to a Movie
  • Merge Processing
  • Adding or Updating a Movie
  • Deleting Data
  • Deleting Emil

CHALLENGE

Finding Specific Actors

Now for a challenge.

We are interested in actors in the movie, .

How many actors in the movie The Matrix were born after 1960?

Use the Neo4j Browser window to the right of the screen to modify the query and enter the answer in the box below.

Filtering Queries 40% Writing Data to Neo4j

这篇关于Cypher Fundamentals-Finding Specific Actors的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程