Creating a Relationship
2.4 · Challenge

Creating a Relationship

In this challenge, you will apply what you have learned to find a Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties., create a new node, and create a 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 them.

Replace the ????? in the 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. statement to: