Final Unit-3 Dbms
Final Unit-3 Dbms
Hierarchical Model
Network Model
Entity-relationship Model
Relational Model
• The hierarchy starts from the Root data, and expands like a tree, adding
child nodes to the parent nodes.
• In hierarchical model, data is organized into tree-like structure with one-
to-many relationship between two different types of data, for example,
one department can have many professors and many students.
Network Model
This is an extension of the hierarchical model, allowing many-to-many
relationships in a tree-like structure that allows multiple parents.
Entity-relationship Model
• In this database model, relationships are created by
. dividing object of interest into entity and its
characteristics into attributes.
Relational Model
In this model, data is organized in two-dimensional tables
and the relationship is maintained by storing a common
attribute.
Object-oriented database Model