Differentiate between DBMS and RDBMS with example.
| DBMS | RDBMS |
| 1.A software that provides a systematic way of creating, retrieving and managing data in database | 1.A DBMS that is based on the relational model introduced by E.F.Codd |
| 2. Normalization is not present in DBMS | 2. Normalization is present in RDBMS. |
| 3.DBMS does not apply any security with regardsto data manipulation. | 3.RDBMS define the integrity constraint for the purpose of ACID (Atomocity, comnsistency, Isolation and Durability) property. |
| 4.Suitable to store a small amount of... |