Computer Programming 4 Lesson 3
Computer Programming 4 Lesson 3
Programming 4
Chrysler Panaguiton
DBMS MODEL AND SCHEMA
LESSON 3
DATA MODELS
Data models define how the logical structure of a
database is modeled. Data Models are fundamental entities to
introduce abstraction in a DBMS. Data models define how
data is connected to each other and how they are processed
and stored inside the system.
• one to one
• one to many
• many to one
• many to many
Relational Model
Relational Model
The most popular data model in
DBMS is the Relational Model. It is more
scientific a model than others. This model is
based on first-order predicate logic and
defines a table as an n-array relation.
Relational Model highlights