Course · Part of Sharpen your Cypher

Cypher Aggregations

Learn how Cypher aggregation works and how to use list and aggregate functions effectively.

1 hour26 lessons across 3 modules
About this course

In this 1-hour course, you will learn

In this course you will learn what Full definition for aggregation (opens in a new tab)Grouping rows and computing a value over each group. In Cypher the grouping keys are whatever expressions in the same clause are not aggregated. is in 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 how it behaves at runtime. You will also review and learn more about the Cypher syntax and functions for working with lists. You will see and run example code that uses the most widely-used aggregation and list functions in Cypher.

  • Profile and explain how aggregation works at runtime

  • Work with lists

  • Use aggregating functions