First page Back Continue Last page Image

Cypher

MATCH (p:Person {name:”Amanda Tapping”})

[:ACTS_IN] -> (m)

RETURN m.title

MATCH (p:Person {name: {name}})

-[:ACTS_IN] -> (m)

RETURN m.title

All Actors starring with Amanda Tapping