What is the syntax for generating a labeled node in Cypher Query Language?

31. What is the syntax for generating a labeled node in Cypher Query Language?

  1. CREATE (node:label)
  2. CREATE_node:label
  3. CREATE (node;label)

Answer: A) CREATE (node:label)

Explanation:

CREATE (node:label), is the correct syntax for generating a labeled node in Cypher Query Language.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.