Suppose you want to construct multiple nodes then which of the following syntax you will use?

30. Suppose you want to construct multiple nodes then which of the following syntax you will use?

  1. CREATE (node1);(node2)
  2. CREATE (node1)and (node2)
  3. CREATE (node1),(node2)
  4. CREATE (node1):(node2)

Answer: C) CREATE (node1),(node2)

Explanation:

CREATE (node1),(node2) is the correct syntax if you want to construct multiple nodes.

Comments and Discussions!

Load comments ↻






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