rss

Databases - DBMS models


The various database models

Databases appeared in the late 1960s, at a time when the need for a flexible information management system had arisen. There are five models of DBMS, which are distinguished based on how they represent the data contained:

  • The hierarchical model: The data is sorted hierarchically, using a downward tree. This model uses pointers to navigate between stored data. It was the first DBMS model.
    The hierarchical model
  • The network model: like the hierarchical model, this model uses pointers toward stored data. However, it does not necessarily use a downward tree structure.
    The network model
  • The relational model (RDBMS, Relational database management system): The data is stored in two-dimensional tables (rows and columns). The data is manipulated based on the relational theory of mathematics.
    RDBMS - Relational database management system
  • The deductive model: Data is represented as a table, but is manipulated using predicate calculus.
  • The object model (ODBMS, object-oriented database management system): the data is stored in the form of objects, which are structures called classes that display the data within. The fields are instances of these classes
    ODBMS - Object-oriented database management system

By the late 1990s, relational databases were the most commonly used (comprising about three-quarters of all databases).
This document entitled « Databases - DBMS models » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.
 

Relevant topic found in the forum
10/06 14h35Access Database Problem1
25/05 14h33Sqlite database always locked1
18/05 14h40Database question1
10/03 13h29On line photo database8
More discussions about « Databases »
Software found in the relevant downloads
Download OpenOffice 2.4.1OpenOffice - OpenOffice is a free office application suite, including a word processor, spreadsheet, presentation tool, drawing package...Category: Office suite
License: Open Source
Download PortableApps Suite 1.1PortableApps Suite - PortableApps.com Suite is a complete collection of portable apps including a web browser, email client, office suite,...Category: Office software
License: Open Source
Download Money Manager Ex 0.9.2.0Money Manager Ex - Possibilty to download a version compatible with Linux <h2> </h2> Money Manager Ex is a free, open-source, cross...Category: Budget
License: Open Source
More freeware about « Databases »