+1 vote
in Neo4j by
List some Neo4j commands?

1 Answer

0 votes
by

Neo4j CQL MATCH command – used to get data about nodes and properties:

Match

( “node-name>: )

Delete all nodes and relationships command:

...