I am currently doing this Cypher Graph Modelling Course Adding a Role Node | GraphAcademy (neo4j.com)I was wondering why don't we need the with keyword in the example shown? // Find an actor that acted in a Movie
MATCH (a:Actor)-[r:ACTED_IN]->(m:Movi...