Google News
logo
Neo4J - Interview Questions
What is the role of building blocks like Nodes, Relationships, Properties and Labels in Neo4J?
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.
Advertisement