DBMS (Database Management System) allows users to create, manage, and interact with databases. It provides tools to store, retrieve, update, and delete data efficiently, ensuring data integrity and security.

.png)
| RDBMS | DBMS |
|---|---|
| It stores the data in the rows & columns in table format. | It stores the data in the format of files. |
| It is designed to handle large amounts of data. | It is designed to handle a small amount of data. |
| In RDBMS normalisation is not achievable. | In DBMS normalisation is achievable. |
| Ex: MySQL—stores data in tables with relationships, like a customer table linked to an orders table. | Ex: FileMaker—used to store and manage data without complex relationships. |
Database: Used for daily operations and storing current data.
Ex: A database at a retail store might keep track of each day’s sales, customer information, and inventory levels.