helpp, im stuck at this question. can anybody help? it is the learning module in neo4j
Write and run refactor code to:
Find an actor that acted in a Movie ( MATCH (a:Actor)-[r:ACTED_IN]-(m:Movie) )Create (using MERGE ) a Role node setting it’s name t...