answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Which data model allows a child node to have more than one parent?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are hierarchical databases and give me some examples?

A hierarchical database model is a data model in which the data is organized into a tree-like structure. The structure allows representing information using parent/child relationships: each parent can have many children, but each child has only one parent.


Difference between hierarchical and Network data module?

The hierarchical data model organizes data in a tree-like structure with a single parent for each child record. On the other hand, the network data model allows for multiple parent-child relationships, creating a more flexible and complex network of interconnected records. In the hierarchical model, relationships are one-to-many, while in the network model, relationships can be many-to-many.


Difference between network model and hierarchical model and relational model?

The relational model is a model in which data is isolated by object and foreign keys to those objects which is organized in tables with multiple columns or attributes. The hierarchical model is a model in which the data is organized in a tree structure that allows repeating information using parent/child relationships.


How is data organized in hierarchical data model?

The hierarchical model is a restricted type of network model. Again, data is represented as collections of records and relationships are represented by sets. However, the hierarchical model allows a node to have only one parent. A hierarchical model can be represented as a tree graph, with records appearing as nodes (also called segments) and sets as edges.


What are all the major applications of network data model and hierarchical data model?

The network data model is commonly used in database management systems to represent complex relationships between data entities, such as in telecommunications and transportation systems. The hierarchical data model is often used in representing parent-child relationships in organizational structures, file systems, and XML documents. Both models are effective in handling data with hierarchical relationships but can be less flexible compared to newer data modeling approaches like relational databases.


What are the features of a database?

A hierarchical database organizes data in a "tree like" structure. The "main" data point (known as the parent) may have many "sub" data points (known as children), but each child only has one parent.


What are the different data model in DBMS?

The main data models in database management systems are relational, hierarchical, network, and object-oriented. Relational data model organizes data into tables with rows and columns. Hierarchical data model organizes data in a tree-like structure. Network data model allows each record to have multiple parent and child records. Object-oriented data model represents data as objects.


What are the features of a hierarchical database?

A hierarchical database organizes data in a "tree like" structure. The "main" data point (known as the parent) may have many "sub" data points (known as children), but each child only has one parent.


How an abusive parent affect a child?

Data shows that a child who is abused will in turn become an abuser later in life. The life of an abused child is affected his/her entire life.


- How does the hierarchical data model address the problem of data redundancy?

The hierarchical data model addresses the problem of data redundancy by organizing data into a tree-like structure in which each record type has only one parent record type. This structure minimizes redundancy by limiting each data item to being stored only once in the hierarchy.


What is hierarchical structure in dbms?

In hierarchical database structure, data elements are linked together as an inverted tree structure. there's a root data element, below the root ,there are subordinate elements, each of which has its own subordinate elements and so on. It can have multiple levels. Data elements have parent-child relationship. A parent data element can have more than one subordinate elements, but a child can be connected with only one parent. Its limitation is it cannot provide flexibility in data access. because every data element can be accessed through a definite path from the root data element. All the relationships between data elements should map properly when tree structure is first designed.this database model is used in several database applications because data elements of several applications can be organized as a hierarchical tree structure.


Disadvantages of Hierarchical database model?

Some disadvantages of the hierarchical database model include complexity in representing certain types of relationships, limited flexibility in querying data due to its rigid structure, and potential data redundancy issues as each child can only have one parent record.