Managing Constraints in Neo4j
2.10 · Video Lesson

Managing Constraints in Neo4j

Managing Full 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. in the graph includes:

  • Creating constraints (CREATE CONSTRAINT...)
  • Listing constraints (SHOW CONSTRAINTS)
  • Dropping constraints