Hi,
I've just learned Neo4j and Cypher. In the Quizzes section of 'Advanced Queries'. Question 1: Suppose you want to add a WHERE
clause at the end of this statement to filter the results retrieved.
MATCH (p:Person)-[rel]->(m:Movie)<-[:PRODUCED]-(:Person)
What variables, can you test in the WHERE
clause:
Select the correct answers.
- p
- rel
- m
- PRODUCED
I think the answer is p and m but it responses incorrect answers.
So, Can Someone help me explain that?
Thanks