Monday 29 May 2017

DBMS Database Model ~ GNIITHELP

Database Model

A Database model defines the logical design of data. The model describes the relationships between different parts of the data. Historically, in database design, three models are commonly used. They are,
  • Hierarchical Model
  • Network Model
  • Relational Model

Hierarchical Model

In this model each entity has only one parent but can have several children . At the top of hierarchy there is only one entity which is called Root.
Hierarchical Model of database

Network Model

In the network model, entities are organised in a graph,in which some entities can be accessed through several path
Network Model of database

Relational Model

In this model, data is organised in two-dimesional tables called relations. The tables or relation are related to each other.
Relational Model of database

No comments:

Post a Comment