Greetings! I have a newbie cypher question on creating nodes and relationships. As a simple example I want to create a db with the following commands:
Create (:Person{Name:"Robert Plant"})-[member_of]->(:Band{Name:"Led Zeppelin"})
Create (:Person{Nam...