›Adding Movie Nodes
2.3 · Lesson
Adding Movie Nodes
To complete this challenge, you will need to:
- Review the movies.csv file and the data it contains.
- Create a iFull definition for constraint (opens in a new tab)A rule the database enforces on every node or relationship with a given label or type, rejecting any write that breaks it. to ensure that there are no duplicate movies.
- Construct a iFull 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 load the CSV file and create the Movie iFull definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties..
Join GraphAcademy to keep learning
Create your account to unlock 80+ hours of hands-on Neo4j courses, track your progress, and earn a certificate when you complete the course.
Sign in or register