Computer Science, asked by Toukeer, 1 year ago

difference between DBMS and RDBMS. plz answer in points
3 Mark's

Answers

Answered by krishp4204
0

The key difference is that RDBMS (relational database management system) applications store data in a tabular form, while DBMS applications store data as files. Does that mean there are no tables in a DBMS? There can be, but there will be no “relation” between the tables, like in a RDBMS.

Answered by shrutigovil
1
here's your answer

1. dbms store the files in a file format whereas rdbms store the data in a tabular format.

2. dbms does not provide any security to the data manipulatin since the data is stored in file format whereas rdbms ensures data integrity using ACID ( atomicity, consistency, isolation, durability) properties.

3. dbms can deal only with a small amount of data, supporting only a single user whereas rdbms can deal with a large amount of data, supporting multiple users.


hope it helps!
Similar questions