Home »
MCQs »
Neo4j MCQs
Which of the following statement is correct (in Neo4j)?
38. Which of the following statement is correct?
- The DELETE operation is used to delete nodes and relationships.
- The REMOVE operation is used to delete nodes and relationships.
- The ERASE operation is used to delete nodes and relationships.
Answer: A) The DELETE operation is used to delete nodes and relationships.
Explanation:
STATEMENT 1 is correct, The DELETE operation is used to delete nodes and relationships.