answersLogoWhite

0


Best Answer

Disadvantages of Hierarchical model are as follows: implementation complexity, database management problems, lack of structural independence and operational irregularity.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

AnswerBot

2w ago

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.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Disadvantages of Hierarchical database model
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Information Science

What are the difference between hierarchical database and network database?

Hierarchical databases organize data in a tree-like structure with parent-child relationships and a strict one-to-many hierarchy, while network databases use a more flexible model with many-to-many relationships through pointers or links between records. Hierarchical databases are faster for accessing data along predefined paths, while network databases allow for more complex data relationships but can be more complex to manage.


Advantages and disadvantages of relational data model?

Advantages of relational data model include data integrity through normalization, flexibility to query data using SQL, and ease of understanding relationships between entities. Disadvantages can include performance issues with complex queries, potential for data duplication across tables, and difficulty in scaling for very large datasets.


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.


Define data models and list different types of data models?

A data model is a collection of concepts that can be used to describe the structure of a database and provides the necessary means to achieve this abstraction whereas structure of a database means the data types,relationships and constraints that should hold on the data. Data model are divided into three different groups they are 1)object based logical model 2)record based logical models 3)physical models Types: Entity-Relationship (E-R) Data Model Object-Oriented Data Model Physical Data Model functional data model


What are the disadvantages of database migartion?

Disadvantages of database migration can include potential data loss or corruption during the migration process, extended downtime for applications relying on the database being migrated, and compatibility issues with the new database system leading to performance degradation. Planning and testing are crucial to mitigate these risks.

Related questions

Advantages of hierarchical database model?

optical illusion


What does a Hierarchical database do?

A hierarchical model is a database model which represents the database in a tree diagram. It thus helps the user to work with(i.e., use, modify, extract etc.) the database without even bothering about the complicated algorithms or flow chart used by the system to deal with the database.


What is a good way to represent a database?

Relational model of database is a good way to represent the database. Also network data model and hierarchical model can be used depending on the requirements.


What is central hierarchical database?

What is central hierarchical database?


What is the advantages and disadvantages of hierarchical database?

hierarchical databases are fast and conceptually simple however do not support many-to-many relationships and have a lack of referential integrity. dan woodfield was a creater of Hierarchical Databases


How is hierarchical database model being used?

well i dont know so sorry


Which type of database model is similar to a hierarchical database but allows each child record to have more than one parent record?

Network Database


Which type of database model arranges field or records in related groups whereby each child record has only one parent record?

Hierarchical database


Advantage of relational model over hierarchical model?

Use of primary keys less data redundancy compatible with inconsistencies associated with database anomalies


What are the disadvanteges of Hierarchical Model?

What are the disadvanteges of Hierarchical Model?


What are the benefits of a hierarchical data model and network data model?

In network model of database , all data is related to each other through a link. By a link we mean that it is an association between precisely two records/data . In hierarchical model records are organized as trees rather than arbitrary graphs.


Why is navigation simpler in a relational data model than in a hierarchical data model?

Actually, Hierarchical model have some disadvantages.1. If we are at leaf(last table in hierarchy) then we cannot go directly to the another leaf.2. If we want to go to that another leaf then we have to follow a long path(means we have to access again the intermediate tables).Due to above disadvantages in Hierarchical model, the navigation in simple in Relational model. Because we can go directly to the another table without accessing the intermediate tables.