Chapter 3. The Cypher Query Language
In this chapter, we will cover the following recipes:
- Creating your first node and relationships using Cypher
- Querying nodes and relationships using Cypher
- Deleting data from Neo4j using the Cypher query
- The Boolean operators with Cypher
- Changing order of result with Cypher
- Limiting and skipping results with Cypher
- Regular expression with Cypher
- Aggregation with Cypher
- Combining results with Cypher
- Finding paths in Cypher along with their shortest route