DBMS vs RDBMS
DBMS:
- DBMS is the software program that is used to manage all the database that are stored on the network or system hard disk.
- DBMS does not impose any constraints or security with regard to data manipulation.
- It is user or the programmer responsibility to ensure the ACID PROPERTY of the database.
- In DBMS Normalization process will not be present.
- In dbms no relationship concept.
- It supports Single User only.
- It supports 3 rules of E.F.CODD out off 12 rules
RDBMS:
- RDBMS is the database system in which the relationship among different tables are maintained.
- RDBMS defines the integrity constraint for the purpose of holding ACID PROPERTY.
- In RDBMS, normalization process will be present to check the database table cosistency
- RDBMS helps in recovery of the database in case of loss of data
- It is used to establish the relationship concept between two database objects, i.e, tables
- It supports multiple users
- It supports minimum 6 rules of E.F.CODD.