Creating More Relationships
3.4 · Challenge

Creating More Relationships

We want to add some Full definition for relationship (opens in a new tab)A named, directed connection between two nodes. Every relationship has a type, a start node and an end node. between User Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties. and Movie nodes so we can test our model.

In this challenge, you will create RATED relationships that include the rating Full definition for property (opens in a new tab)A named value stored on a node or a relationship..