IIT Unit 9
IIT Unit 9
Unit 9
Database
Database System
Database Management System
Database System Architectures
Database Applications
Introduction to Data Warehousing, Data mining, and BigData
This type of model designs the data in the form of rows and
columns within a table.
Thus, a relational model uses tables for representing data and
in-between relationships.
Tables are also called relations. This model was initially
described by Edgar F. Codd, in 1969.
15
Compiled By: Dharmendra Thapa
Network Database Model
The Network Database Model was formalized by DataBase Task
Group (DBTG) group of Conference on Data Systems Languages
(CODASYL) in the late 1960s.
The schema of the network database model is represented using a
data-structure diagram.
The boxes represent the record type and the lines represent the links
16
Compiled By: Dharmendra Thapa
Low-Level or Physical Data Model
The Physical Data Model describes the internal storage structures,
the access mechanism, and the organization of database files.
Physical level describes how a record (e.g., customer) is stored.
Sequential files, direct files, and indexed sequential files are
the different types of file organizations at the physical level.
Instances:
Instances are the actual data contained in the database at a
particular point of time. The content of the database may
change from time to time.
32
Compiled By: Dharmendra Thapa
Database Applications