DBMS and RDBMS examples

 Difference between DBMS  and  RDBMS :

DBMS (database management system) :  It is a software that facilitates the process of defining, constructing, manipulating and sharing various database among various users.

  1. It store data as file.
  2. Normalization is not in DBMS.
  3. It is not apply any security with regards to data manipulation .
  4. Improved availability : some information can be made available to different users.
  5. Minimized redundancy : reduces repetition of same data again and again.
  6. Database access languages are DDL(data definition language) , DML(data manipulation language), DCL(data control language) ,TCL(transaction control language). 
RDBMS (Relational database management system) : the RDBMS is the most popular database system among organization across the world.

  1. It store data in a tabular form.
  2. Normalization is present in RDBMS. 
  3. There exists multiple levels of data security in a RDBMS .
  4. It is uses a tabular structure, which contains some values.
  5. The most common means of data access for RDBMS is SQL.
  6. Data is stored in the tables which are related to each other.

Post a Comment

have you any doubt then ask.

Previous Post Next Post