Computer Science, asked by mathwiz86, 1 year ago

Write 4 differences between Database Management System and Relational Database Management System​

Answers

Answered by begumarina2016
5

1) A DBMS is a software used to store and manage data whereas A Relational Database Management System (RDBMS) is an advanced version of a DBMS system.

2)DBMS system, stores data in either a navigational or hierarchical form whereas A RDBMS uses a tabular structure where the headers are the column names, and the rows contain corresponding values.

3) DBMS does not support the integrity constants whereas RDBMS supports the integrity constraints at the schema level

4) Examples of DBMS are a file system, XML, Windows Registry, etc. And Example of RDBMS is MySQL, Oracle, SQL Server, etc.

Similar questions