Question: Explain the purpose of the CONSTRAINT keyword in Cypher.Answer: The CONSTRAINT keyword in Cypher is used to define constraints on the graph, such as uniqueness constraints on node labels or relationship types. It ensures data integrity and consistency. |
Is it helpful?
Yes
No
Most helpful rated by users: