+2 votes
in NoSQL by
You are developing a model for a graph database. Your data will be moved from a relational database into Neo4j. Which of these transformations apply?

a. Rows become labels: bales become nodes.

b. Tables become labels: rows become nodes.

c. Tables become collections: rows become items.

d. Rows become collections: tables become items.

1 Answer

0 votes
by
You are developing a model for a graph database. Your data will be moved from a relational database into Neo4j. Which of these transformations apply?

Answer:-  Tables become labels: rows become nodes.

Related questions

+1 vote
asked May 31, 2019 in NoSQL by aaravkhandelwal.2018
+3 votes
asked May 31, 2019 in NoSQL by aaravkhandelwal.2018
...