In this module you will learn how to update the graph using Cypher and the Movies example dataset.
You will learn to:
- 
Use
MERGEto create nodes in the graph. - 
Use
MERGEto create relationships in the graph. - 
Create, update and remove properties for nodes and relationships in the graph.
 - 
Perform conditional
MERGEprocessing, depending on what is in the graph. - 
Delete nodes and relationships from the graph.
 
Domain model for this course
Again, here is the domain model and how it is represented in our graph: