Answer Posted / Naim Ahmad
"CREATE (n:Label {prop: "value"})", "MATCH (n) RETURN n", "CREATE CONSTRAINT ON (n:Label) ASSERT n.prop IS UNIQUE", "LOAD CSV file://path/to/file WITH header AS line CREATE (n:Label {...}) INDEX ON :Label(prop)"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category