Home »
MCQs »
Neo4j MCQs
To eliminate an existing Unique constraint from a node or relationship property, which of the following command is employed?
49. To eliminate an existing Unique constraint from a node or relationship property, which of the following command is employed?
- DROP CONSTRAINT UNIQUE
- DROP UNIQUE
- DELETE CONSTRAINT
- DROP CONSTRAINT
Answer: D) DROP CONSTRAINT
Explanation:
To eliminate an existing Unique constraint from a node or relationship property, use the "DROP CONSTRAINT" command.