InterviewSolution
Saved Bookmarks
| 1. |
What Is The Role Of Building Blocks Like Nodes, Relationships, Properties And Labels In Neo4j? |
|
Answer» Roles of building blocks: Nodes: They are ENTITIES equivalent to ROWS in table. Relationship: It connects entities and structure DOMAIN. Properties: It contains meta-data and attributes. LABELS: It groups nodes by ROLE. Roles of building blocks: Nodes: They are entities equivalent to rows in table. Relationship: It connects entities and structure domain. Properties: It contains meta-data and attributes. Labels: It groups nodes by role. |
|