There are five types of DBMS structure, namely the hierarchical, network, relational, dimensional and object structures. Some systems also use inverted lists and various other methods.
The different types of DBMS may be used individually or in any combination of two or more structures. Natural organization and requirements of an application's data determines the optimal structure of a DBMS.
Here is a basic outline of each structure to explain the different types of DBMS.
Today, the dominant structures in use are ad hoc ones embedded in SQL. Many DBMS structures also support API for Open Database Connectivity.
The different types of DBMS may be used individually or in any combination of two or more structures. Natural organization and requirements of an application's data determines the optimal structure of a DBMS.
Here is a basic outline of each structure to explain the different types of DBMS.
- Hierarchical Structure
- Network Structure
- Relational Structure
- Multidimensional Structure
- Object Structure
Today, the dominant structures in use are ad hoc ones embedded in SQL. Many DBMS structures also support API for Open Database Connectivity.