Testing List Inclusion
1.6 · Challenge

Testing List Inclusion

Neo4j supports storing a single value or an array of values of the same type within a Full definition for property (opens in a new tab)A named value stored on a node or a relationship..

In the Full definition for data model (opens in a new tab)The labels, relationship types and properties chosen to represent a domain., :Movie Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties. have a countries property which contains an array of strings. For example ['UK', 'Germany', 'Italy'].