Pattern Matching
2.2 · Video Lesson

Pattern Matching

In the previous lesson, you learned how Full 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. can be used to read data.

In this lesson, you will explore how you match data with Full 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..