Database Models: By: Marilou M. Pangilinan
Database Models: By: Marilou M. Pangilinan
MODELS
By: Marilou M. Pangilinan
DATABASE MODEL
A database model is a type of data
model that determines the logical
structure of a database and
fundamentally determines in which
manner data can be stored, organized
and manipulated. The most popular
example of a database model is the
relational model, which uses a table-
based format.
CUSTOMER TABLE
PRIMARY KEY
COMPOSITE PRIMARY KEY
CopyNum TableNum
4452-1 4452
4780-3 4452
5322-1 5312
7662-1 5312
7662-2 7662
TITLE TABLE
• STRUCTURAL INDEPENDENCE
• IMPROVED CONCEPTUAL
SIMPLICITY
• WISER DATABASE DESIGN,
IMPLEMENTATION, MANAGEMENT
AND USE
• AD HOC QUERY CAPABILITY
• POWERFUL DATABASE
MANAGEMENT SYSTEM
DISADVANTAGES OF
RELATIONAL MODEL