Querying your data model
2.4 · Lesson (Optional)

Querying your data model

You have learned how to query using 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. and created a Full definition for data model (opens in a new tab)The labels, relationship types and properties chosen to represent a domain..

In this lesson you will create sample data for your model, load it into your instance, and run Cypher queries to explore it.