What is the difference between RDBMS and DBMS?

Answer Posted / vishal sharma

#1 A DBMS has to be persistent, that is it should be
accessible when the program created the data ceases to
exist or even the application that created the data
restarted. A DBMS also has to provide some uniform methods
independent of a specific application for accessing the
information that is stored.

RDBMS is a Relational Data Base Management System
Relational DBMS. This adds the additional condition that
the system supports a tabular structure for the data, with
enforced relationships between the tables. This excludes
the databases that don't support a tabular structure or
don't enforce relationships between tables.


#2 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
whereas the rdbms is more with this regard bcz rdbms difine
the integrity constraint for the purpose of holding ACID
PROPERTY.

#3 DBMS are for smaller organizations with small amount of
data, where security of the data is not of major concern
and RDBMS are designed to take care of large amounts of
data and also the security of this data.

Is This Answer Correct ?    81 Yes 23 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is trigger in sql? Explain

526


what is cursor. write example of it. What are the attributes of cursor.

736


What does the argument [or replace] do?

566


What is the source code of a program?

500


What are reports usually used for?

555






What has stored procedures in sql and how we can use it?

560


What is procedure explain with program?

544


What are the types of index in sql?

525


What are the commands used in sql?

519


What is tuple in sql?

535


What is sql data?

539


how to concatenate two character strings? : Sql dba

542


What is coalesce in sql?

549


what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba

547


What is a subquery in sql?

497