Using Pattern Comprehension
This video was recorded using an earlier version of the sandbox (Neo4j 4.x). You are using a Neo4j 5.x sandbox for this course. You will see some differences in the PROFILE results for db hits and elapsed time in Neo4j 5.4.
iFull definition for pattern (opens in a new tab)A graph structure written in Cypher, such as a node joined to another node by a relationship. comprehension in iFull definition for Cypher (opens in a new tab)Neo4j's implementation of GQL, the ISO standard query language for graph databases. It is declarative: you describe the pattern to find, and the database decides how to find it. enables you to create a list based upon values obtained during a query. It is implemented in Cypher as a subquery.
Join GraphAcademy to keep learning
Create your account to unlock 80+ hours of hands-on Neo4j courses, track your progress, and earn a certificate when you complete the course.
Sign in or register