Week # 02
Week # 02
Week # 02
Systems
LECTURE 2,3,4
CHAPTER # 2
DATABASE SYSTEM CONCEPTS AND
ARCHITECTURE
[email protected]
Chapter Outlines
[email protected]
Data Model
Users of database
environment and
their interfaces
internal modules
of the DBMS
responsible for
storage of data
and processing of
transactions
DBMS Interfaces
Column data
model
Legacy Data Models
► Hierarchical Data Model :
► It organizes data in the tree-like structure.
► Hierarchical model consists of the following :
► It contains nodes which are connected by branches.
► The topmost node is called the root node.
► If there are multiple nodes appear at the top level, then these can be called as root
segments.
► Each node has exactly one parent.
► One parent may have many child.
Legacy Data Models