Answers for "crecreate index neo4j"

2

create index neo4j example

CREATE INDEX index_name
FOR (n:LabelName)
ON (n.propertyName)
Posted by: Guest on May-04-2020

Browse Popular Code Answers by Language