128
Neo4j Drop a Constraint
DROP CONSTRAINT statement is used to drop or remove a constraint from the database as well as its associated index.
Example:
Use the following statement to drop the previously created constraint and its associated index,
The constraint is removed successfully.
Verification
:schema statement is used to verify that the applicable constraint and its associated index has been removed from the schema.
Output:
Next TopicNeo4j Delete a Node