What is DBMS?

What is DBMS?

This article consists of DBMS basics and types

ยท

1 min read

  • Database?

    Database is a collection of inter-related data which helps in efficient retrieval, insertion and deletion of data from database and organizes the data in the form of tables, views, schemas, reports etc.

  • DBMS?

    • Database management system is a software which is used to manage the database. For example: MySQL, Oracle, etc. are a very popular commercial database which is used in different applications.
    • DBMS provides an interface to perform various operations like database creation, storing data in it, updating data, creating a table in the database and a lot more.
  • Popular DBMS Software

    • MySQL
    • Microsoft Access
    • Oracle
    • PostgreSQL
    • FoxPro
    • SQLite
    • IBM DB2
    • LibreOffice Base
    • MariaDB
    • Microsoft SQL Server etc.
  • Types of DBMS

    • Hierarchical database
    • Network database
    • Relational database
    • Object-oriented database
ย