what is the MATCH command syntax and what is the rule for using it?
Answer Posted / Davesh Kumar Ambasta
The MATCH command in Neo4j is used to specify a pattern of relationships between nodes. The general syntax is: MATCH (node1)-[relationship*]->(nodeN) WHERE conditions. The rules for using it include defining nodes and relationships in the pattern, and optionally adding conditions to filter results.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category