0 votes
in Neo4j by
what Neo4j CQL MATCH command is used for?

1 Answer

0 votes
by

The CQL MATCH command in NEO4j is used for

  1. To get data about properties and nodes from the database
  2. To get data about relationship, nodes and properties from the database
...