Computer Science, asked by ralokranjan2011, 9 months ago

Which type of datastore supports nodes that are connected by relationships?

Answers

Answered by theking20
3

The type of datastore supports nodes that are connected by relationships is as follows:

  • In Computing, the Graph Data Base (GDB) is the kind of data store that supports nodes which are connected by relationships.
  • It uses mainly Graph Structures, containing edges, nodes and properties to represent and store data.
  • This kind of database represents the data as if the it is viewed conceptually.
  • In this model, the data are transferred into nodes, the relationships are also transferred into edges.
Answered by mindfulmaisel
0

Graph based data store supports nodes that are ‘connected by relationships’.

Explanation:

  • The graph database features is used for describing collection of nodes where each of them contains information along with labeled relationships between the nodes.  
  • A ‘social network’ has been considered as one of the examples of a graph. Here, the people can be considered as nodes, the attributes of each and every person such as age, name, qualification, and so on would be considered as properties.  
  • The graph databases involves the mechanism of storing relationships along the data.

Learn more about datastore

Columnar datastore avoids storing null values.

https://brainly.in/question/13399674

Which one of the following serves is a NoSQL datastore?

https://brainly.in/question/5404196

Similar questions