Home »
MCQs »
Neo4j MCQs
Which of the following statement is correct (in Neo4j – Q.39)?
39. Which of the following statement is correct?
- To remove labels and properties, use the DELETE operation.
- To remove labels and properties, use the ERASE operation.
- To remove labels and properties, use the REMOVE operation.
Answer: C) To remove labels and properties, use the REMOVE operation.
Explanation:
STATEMENT 3 is correct, To remove labels and properties, use the REMOVE operation.