3 lines
65 B
Plaintext
3 lines
65 B
Plaintext
|
CREATE (n:Person {age: 20});
|
||
|
CREATE (n:Person:Student {age: 20})
|