What is DBMS? Introduction and Overview
DBMS
DBMS stands for data base management system. DBMS is a set of programs that facilitates the process of defining, constructing, accessing, and manipulating data-base for various application, so we can say it is a collection of data-base and those programs by which we access the data from data-base. In other words DBMS provides the method in which data can be handeled and utilizes in an effective manner.
Basic Terminology of DBMS
Data:- The facts that can be stored or recorded and that have clear meaning are known as data. It is the smallest unit of the data-base that is also called data element. Data is a raw fact or unprocessed information.
Information:- When data is processed, it is called information, but an unprocessed information is data. In other words, data is a raw fact which when processed information is obtained.
Database:- It is an organised collection of related information, here data-base has a very specific meaning and ruled and they are-
Advantages of DBMS
Types of DBMS
| Type | Description | Examples |
|---|---|---|
| Relational (RDBMS) | Data stored in tables with rows and columns | MySQL, PostgreSQL, Oracle, SQL Server |
| NoSQL | Non-tabular, flexible schema | MongoDB, Cassandra, Redis |
| Hierarchical | Tree-like parent-child structure | IBM IMS |
| Network | Graph structure, many-to-many relationships | IDMS |
| Object-Oriented | Data stored as objects | db4o, ObjectDB |
- DBMS provides a systematic way to create, retrieve, update, and delete data (CRUD operations).
- A database is not just a collection of data - it has structure, relationships, and constraints.
- RDBMS (Relational DBMS) is the most widely used type - data is organized in tables with relationships.
- SQL (Structured Query Language) is the standard language for interacting with relational databases.
- DBMS ensures ACID properties: Atomicity, Consistency, Isolation, and Durability for transactions.
- NoSQL databases are preferred for unstructured data, high scalability, and flexible schemas.
Level Up Your Dbms Skills
Master Dbms with these hand-picked resources