Skip to main content

What is the difference between DBMS and RDBMS?


Parameters DBMS RDBMS
Access Data elements need to be accessed separately. Multiple data elements can be accessed at the same time.
Relationship Between Data FNo relationship between data. Data in tables are related to each other.
Normalization It is not present. It is present.
Distributed Database It does not support distributed databases. It supports distributed database.
Data Storage Format Data is stored in either a navigational or hierarchical form. Data is stored in a tabular structure with headers being the column names and the rows containing the corresponding values.
Amount of Data It deals with a small quantity of data. It deals with a larger amount of data.
Data Redundancy It is prevalent. Keys and indexes do not allow data redundancy.
Number of Users It supports a single user. It supports multiple users.
Data Fetching It is slower for large amounts of data. It is speedy due to the relational approach.
Data Security Low-security levels when it comes to data manipulation. Multiple levels of data security exist.
Software and Hardware Requirements. Low. High.
Examples XML, Window Registry, etc. MySQL, SQL Server, Oracle, Microsoft Access, PostgreSQL, etc.

Add new comment

Restricted HTML

  • You can use shortcode for block builder module. You can visit admin/structure/gavias_blockbuilder and get shortcode, sample [gbb name="page_home_1"].
  • You can use shortcode for block builder module. You can visit admin/structure/gavias_blockbuilder and get shortcode, sample [gbb name="page_home_1"].