Module
Cypher
In this module, you will continue your journey into the world of graph databases.
You will learn about 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., the query language for Neo4j, including:
- Full definition for pattern matching (opens in a new tab)Finding every part of the graph that fits a given pattern.
- Filtering
- Ordering and limiting results
- Aggregating data
- Finding paths through graphs