Database Management Systems by Raghu Ramakrishnan & Johannes Gehrke (3rd Edition
Completion requirements
1. Introduction to DBMS
1.1. Types of DBMS
🏗️ Types of DBMS
-
Hierarchical DBMS – Data organized in a tree-like structure.
-
Network DBMS – Allows many-to-many relationships using graph structure.
-
Relational DBMS (RDBMS) – Data stored in tables (rows & columns). Most common today.
-
Object-Oriented DBMS (OODBMS) – Data represented as objects, like in programming.