Question - 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.