1.6 · Video Lesson

Filtering Queries

Earlier, you learned that the WHERE clause is used to tell the query engine to filter what Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties. are retrieved from the graph. In this lesson you will learn about some of the ways that you can filter your queries.

You have already learned how you can test equality for Full definition for property (opens in a new tab)A named value stored on a node or a relationship. of a node and how you can use logical expressions to further filter what you want to retrieve.