1.7 Data Models
1.7 Data Models
Unit 1
1.7 Data Models
Relational Model
The data in this model is kept in the form
of a table that is two-dimensional. All of
the data is kept in the form of rows and
columns. Tables are the foundation of a
relational paradigm.
Entity-Relationship Data Model: An ER model is the
logical representation of data as objects and relationships
among them.
In Object Oriented Data Model, data and their relationships are contained in a
single structure which is referred as object in this data model. In this, real
world problems are represented as objects with different attributes. All objects
have multiple relationships between them. Basically, it is combination of
Object Oriented programming and Relational Database Model
Network Model