in Neo4j by (31.6k points)
What is MATCH command? Where is it used in Neo4J?

1 Answer

0 votes
by (31.6k points)
MATCH command is used with RETURN or UPDATE clause. It cannot be used alone otherwise it will give error.

Syntax:

MATCH   

(  

   <node-name>:<label-name>  

)  

The MATCH command cannot be used alone to fetch data from the database otherwise it will show invalid syntax error.

Related questions

0 votes
0 votes
asked Jan 24 in Neo4j by sharadyadav1986 (31.6k points)
+1 vote
asked Jan 24 in Neo4j by sharadyadav1986 (31.6k points)
+1 vote
0 votes
asked Jan 28 in Neo4j by john ganales (14.1k points)
0 votes
asked Jan 28 in Neo4j by john ganales (14.1k points)
0 votes
asked Jan 28 in Neo4j by john ganales (14.1k points)
0 votes
+1 vote
asked Jan 27 in Neo4j by sharadyadav1986 (31.6k points)
+1 vote
+1 vote
asked Jan 27 in Neo4j by sharadyadav1986 (31.6k points)
...