Looking to create code for Exercise 3.3 for the below question:
*** Retrieve all people connected with a particular movie.**
Inputted the below code but received an error
MATCH (p:Person)->(:Movie {title:"A League of their Own"}) Return p
What am I d...