Home »
MCQs »
Neo4j MCQs
Which of the following command is used to create an index?
46. Which of the following command is used to create an index?
- CREATE NEW INDEX
- CREATE
- CREATE INDEX
Answer: C) CREATE INDEX
Explanation:
CREATE INDEX command is used to create an index in Neo4j.