Querying with Cypher
2.5 · Lesson

Querying with Cypher

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. is Neo4j's declarative query language. It uses ASCII-art syntax to describe graph 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., so queries read like the data they retrieve.

In this lesson, you will learn how to: