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 are reports in a database?

684


How do I check my drivers?

646


Define database lock?

665


What are the integrity rules in dbms?

774


What is concept of dbms?

662


What is the sql 'in' clause?

691


How to use events with zebedee, ssh or stunnel?

698


What is the main purpose of normalization?

709


What types of questions are asked in NIC(Natinal Informatics Centre)'s interview?If any one has any information about this,I would be very thankful to him/her.....

1615


What is the biggest advantage of rdbms?

702


Explain the three Level Architecture of the Database System

719


What are the different types of keys in database?

604


What are the functions of database management system?

641


Explain what are called fat clients and fat servers?

666


Why do we use databases?

633