Computer Science, asked by sapnaoberoi0321, 11 months ago

Differentiate between DBMS and RDBMS.

Answers

Answered by husain73
7

Hope so helpful for you

Attachments:

husain73: welcome
husain73: please if you mark braninliest
Answered by taru363
1

Key Difference between DBMS and RDBMS:

DBMS :

  • In DBMS, data is generally stored in either a hierarchical form or a navigational form.
  • This means that a single data unit will have one parent node and zero, one or more children nodes.
  • It may even be stored in a graph form, which can be seen in the network model.

RDBMS :

  • In a RDBMS, the tables will have an identifier called primary key. Data values will be stored in the form of tables.
  • The relationships between these data values will be stored in the form of a table as well.
  • Every value stored in the relational database is accessible. This value can be updated by the system.
  • The data in this system is also physically and logically independent.

sapnaoberoi0321: Thanks
Similar questions