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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.