cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Correction in Graphacademy training docs

In question 2, we are given this query

MATCH (a:Person)-[:ACTED_IN]->(m:Movie)
      (m)<-[:WROTE]-(w:Person)
WHERE m.released > 2005
RETURN a.name, m.title, m.released, w.name

where we have to correct it.

Its a multiple choice question of which two options are:

  • Add a comma after the first pattern in the MATCH clause.
  • Add a MATCH clause at the beginning of the second line.

Both the options are technically correct per se, the first one is just a bit more optimized.

0 REPLIES 0
Nodes 2022
Nodes
NODES 2022, Neo4j Online Education Summit

All the sessions of the conference are now available online