answersLogoWhite

0


Best Answer

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.

User Avatar

unknown

Lvl 5
4y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why is navigation simpler in a relational data model than in a hierarchical data model?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Compare between network hierarchal and relational model?

1. Relational Model : Newer database model; Network Model - Older database model 2. The network model structures data as a tree of records with each record can have multiple parent and child records, forming a lattice structure. The basic data structure of the relational model is the table, where information about a particular entity (say, an employee) is represented in columns and rows 3.The relational model has strong mathematical foundation with set theory and predicate logic. Network Model has no strong mathematical background. 4. Relational model is the most flexible of the database models. Network model is not very flexible. 5. Relational model has widespead use. Network model has limited use.


What is relational in relational model?

A Relational database management system (RDBMS) is a database management system (DBMS) that is based on the relational model as introduced by E. F. Codd. Most popular commercial and open source databases currently in use are based on the relational model. A short definition of an RDBMS may be a DBMS in which data is stored in the form of tables and the relationship among the data is also stored in the form of tables.


Who developed the concept of relational database?

Dr. Edgar F. Codd in 1970 in his book titled "A Relational Model of Data for Large Shared Data-banks".


What is the difference between database and relational database?

A database is something that stores data. Using tools called Database Management Systems(like Oracle, Informix, Sybase, DB2), you can create, view, modify, and delete databases. Databases can be -Relational -Object Oriented -Object Relational Relational database stores data in tables(called realtions). These tables are related to each other.Just like in our family, our relations are related with each other. In Object Oriented Databases, the information is stored in the form of Objects as in Object Oriented Programming.OODBMS makes database objects appear as programming language objects in one or more porgramming languages. Object relational databases combine the features of both Object Oriented as well as Relational databases. Here you can not only store simple data like text in relational, but you can also store complex objects like images, audio and video in tables.


What are three benefits of employing a hierarchical network design?

Hierarchically designed networks can more easily be expanded to suit future needs.Hierarchical design models enhance existing bandwidth through the use of link aggregation.The hierarchical model allows for specialized functionality at each layer, simplifying device management

Related questions

2 Explain why navigation is simple in Relational Data Model than in Hierarchical?

Explain why nevigation is simple relational data model than in hirarchical model


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.


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.


Advantage of relational model over hierarchical model?

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


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 are the disadvanteges of Hierarchical Model?

What are the disadvanteges of Hierarchical Model?


What are the Properties of relational database model?

relational database model


What do you understand by a Database-Model?

A database model is a theory or specification describing how a database is structured and used. Several such models have been suggested. Common models include: * Hierarchical model * Network model * Relational model * Entity-relationship * Object-relational model * Object model A data model is not just a way of structuring data: it also defines a set of operations that can be performed on the data. The relational model, for example, defines operations such as select, project, and join. Although these operations may not be explicit in a particular query language, they provide the foundation on which a query language is built.


Advantages and disadvantages of relational database?

Advantage It is simple and easy to design data access is easier and flexible than the hierarchical model it doesn't allow a member to exist without an owner


Does the Microsoft Access use a relational or flat-file model?

Access can use a relational model of a database design.


Why do you learn database model?

It helps you to design a database. It is a theoretical idea of what it will be like. There are different models than can be used, such as relational or network or hierarchical. Some are better suited to some kinds of databases. Using the model helps people to design and build better databases.


What is the most popular database model?

Relational Database Model