Week 3 Project
/
DBMS Models
Some contemporary DBMS models include:
Relational DBMS: a type of logical database model that treats data as if it were stored in two-dimensional tables. It can relate data stored in one table to data in another as long as the two tables share a common data element.
Object-Oriented DBMS (OODBMS): a type of database that can store graphics and other types of data to support multimedia applications.
Object-Relational DBMS: a type of database that combines the capabilities of a relational DBMS to store conventional information and the capabilities of an object-oriented DBMS.
After learning about the various DBMS models, let us understand how to analyze this data for useful information.