what is the difference between DBMS and RDBMS??

Answer Posted / lakki

DBMS : Data Base Management System
..... for storage of data and efficient retrieval of data.
Eg: Foxpro

1)A DBMS has to be persistent (it should be accessible when
the program created the data donot exist or even the
application that created the data restarted).
2) DBMS has to provide some uniform methods independent of a
specific application for accessing the information that is
stored.
3)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
4)In DBMS Normalization process will not be present

RDBMS: Relational Data Base Management System
.....the database which is used by relations(tables) to
acquire information retrieval
Eg: oracle, SQL..,

1)RDBMS is based on relational model, in which data is
represented in the form of relations, with enforced
relationships between the tables.
2)RDBMS defines the integrity constraint for the purpose of
holding ACID PROPERTY.
3)In RDBMS, normalization process will be present to check
the database table cosistency
4)RDBMS helps in recovery of the database in case of loss of
database due to system failure or any other reason

Is This Answer Correct ?    261 Yes 37 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Schema in DBMS?

583


What do you mean by denormalization?

496


What is foreign key in dbms?

479


What are the characteristics of dbms?

510


What are the importance of database in banking?

511






Is a database a file?

527


when All datafiles related to a Tablespace are removed ?

1507


How to migrate paradox, dbase or foxpro database to firebird?

542


1)How to check tablespace utilization? 2)what are the RMAN CLONING STEPS? 3)what is standby database? 4)what is difference between standalone database and target database? 5)How to backup the standalone database? 6)tell about the ubgrade steps? 7)How to apply the pathes?

1819


What are stored procedures in a database?

481


What are the applications of database management system?

457


What is drivermanager getconnection?

614


Describe a subquery.

568


Why is the use of dbms recommended? Explain by listing some of its major advantages.

1246


What is system r?

489