Computer Science, asked by aakif2484, 1 year ago

WHAT IS THE DIFFERENCE BETWEEN DBMS AND RDBMS??? ​

Answers

Answered by Anonymous
11

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.

_______________________

Answered by animesharyan0011
2

Answer:

this is answer and hope this helps you

Attachments:
Similar questions