Chapter 6 - Rps 4: The Database and Database Management Systems
Chapter 6 - Rps 4: The Database and Database Management Systems
Chapter 6 - Rps 4: The Database and Database Management Systems
COURSE TABLE
DATABASE (CONT’D)
6
Integrity problems
Data may be required to satisfy constraints.
Hierarchical Model
The hierarchical data model organizes data in a tree structure. There is a hierarch
of parent and child data segments. This structure implies that a record can have
repeating information, generally in the child data segments.
Hierarchical DBMSs were popular from the late 1960s, with the introduction of
IBM's Information Management System (IMS) DBMS, through the 19
70s.
Network Model
(RDBMS - relational database management system)
A database based on the relational model developed by
E.F. Code.
A relational database allows the definition of data
structures, storage and retrieval operations and integrity
constraints.
In such a database the data and relations between them are
organized in tables. A table is a collection of records and
each record in a table contains the same fields.
Properties of Relational Tables