What is the difference between DBMS and RDBMS?

前端 未结 9 2048
攒了一身酷
攒了一身酷 2020-12-04 09:52

After reading some answers on different websites I am confused now. So, it would be helpful to mention the key difference between DBMS and RDBMS and any relation between the

9条回答
  •  独厮守ぢ
    2020-12-04 10:18

    DBMS is the software program that is used to manage all the database that are stored on the network or system hard disk. whereas RDBMS is the database system in which the relationship among different tables are maintained.

提交回复
热议问题