Home »
MCQs »
Neo4j MCQs
____ command is a combination of CREATE command and MATCH command
33. ____ command is a combination of CREATE command and MATCH command.
- UNION
- UNWIND
- COMBINE
- MERGE
Answer: D) MERGE
Explanation:
The MERGE command is a mixture of the CREATE and MATCH commands.