answersLogoWhite

0


Best Answer

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.

Network topology is the physical interconnections of the elements (links, nodes, etc.) of a computer network. A local area network (LAN) is one example of a network that exhibits both a physical topology and a logical topology. Any given node in the LAN has one or more links to one or more other nodes in the network and the mapping of these links and nodes in a graph results in a geometrical shape that may be used to describe the physical topology of the network. Likewise, the mapping of the data flows between the nodes in the network determines the logical topology of the network. The physical and logical topologies may or may not be identical in any particular network.

Hope this helps!

Inclus - We provide individual and corporate training(Inclus.net)

Educate, Learn & Serve

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is High-level nature of hierarchical network and relational database management system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What database management systems are there?

There are four basic and main database management systems that are used today. Those four include hierarchical, network, relational and object-oriented.


What is full form of rdbms?

Relational Database Management System Relational Database Management System


What are the differences between database management system Vs relational dbms?

the database management system analysis the data or record but relational database management system links the database to each other.


Is MySQL DBMS or RDBMS?

AnswerMySQL, like most modern Database Management Systems is based on the relational model. So it is a RDBMS (Relational Database Management System).


When using a query in a hierarchical database the results often are displayed more quickly than a relational database?

Because the structure of a hierarchical database is set, indexes can be created and utilized for easily that a relational database, where useful indexing is not often an option. Since an index allows direct access to specific data, data retrieval can be much quicker. Additionally, only a few segments are retrieved at a time with hierarchical data, instead of whole resultsets from relational queries.


What type of database is Oracle?

Oracle is Relational database management System(RDBMS).


What are the different types of management systems?

1. relational database management system(RDBMS) 2. object Rdbms. 1. relational database management system(RDBMS) 2. object Rdbms.


Difference between database and relational database?

A database is a collection of data organized for easy access and manipulation, while a relational database is a type of database that stores data in a structured format using tables that are related to each other through keys. In a relational database, data is organized into rows and columns, and relationships between tables can be established using keys.


What are the advantage and disadvantage of relational database management system?

s


How does an LDAP directory differ from a relational database system?

LDAP differs from a relational database in that instead of holding information in rows and columns, it implements and LDAP directory as a hierarchical data structure that groups with similar attributes


What is attribute in database management?

A relational database matches data by using common characteristics found within ... do this grouping is called a relational database management system (RDBMS). ...A relation is defined as a set of tuples that have the same attributes. ...


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.