Difference between DBMS and RDBMS

Sachin Mahor
Apr 26, 2024

--

!! Important Question for interview

Difference between DBMS and RDBMS

DBMS Vs RDBMS

DBMS: It manages data using various models and structures, which may include file or other formats. It provides basic functionalities for performing CRUD operations.

Example: MongoDB is NoSQL DBMS that stores data in JSON-like documents.Each documents can have different structure. and there are no strict schemas enforced across database.

RDBMS: It Manages data into table with fixed schemas. Using rows and columns to represent entities and attributes. It enforces relationships between tables.

Example: MySQL is RDBMS that is used to store data in table with the help of sql queries.

--

--

Sachin Mahor

My name is Sachin Mahor. I have done my MCA from NIT Jamshedpur.