Database Models 3
Database Models 3
• Hierarchical Model
•Network Model
•Entity- Relationship Model
•Relational Model
•Object oriented Model
Data Models
The data models gives us an idea of how the final
system would look after it has been fully implemented.
It specifies the data items as well as the relationship
between them
In DBMS data models are often used to show how the
data is connected, stored, accessed and changed
Hierarchical Model
Database model
Data are stored in forms of records and organized in
forms of tree structure
It have one parent nodes and many child nodes
Eg of Hierarchial model
Root(parent)
Dis-Advantage
To access any data, the computer has to read the entire
table. This makes the modes slow and inefficient
proper understanding of this model is required.