WHAT IS THE DIFFERENCE BETWEEN DBMS AND RDBMS???
Answers
Answer:
The key difference is that RDBMS (relational database management system) applications store data in a tabular form, while DBMS applications store data as files.
Explanation:
DBMS
❤DBMS stores data as file.
❤Data elements need to access individually.
❤No relationship between data.
❤Normalization is not present.
❤DBMS does not support distributed database.
❤It stores data in either a navigational or hierarchical form.
❤Data redundancy is common in this model.
RDBMS
❤RDBMS stores data in tabular form.
❤Multiple data elements can be accessed at the same time.
❤Data is stored in the form of tables which are related to each other.
❤Normalization is present.
❤RDBMS supports distributed database.
❤It uses a tabular structure where the headers are the column names, and the rows contain corresponding values.
❤Keys and indexes do not allow Data redundancy.
_______________________
Answer:
this is answer and hope this helps you
![](https://hi-static.z-dn.net/files/d5e/9725b39a232f5e610e7381194f2371bd.jpg)