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
What type of database is sql?
How many commands are in sql?
What is sql analyzer?
Is join and inner join the same?
hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews
what is query cache in mysql? : Sql dba
Can you call pl/sql package functions from within a fast formula?
What is the current version of sql?
Is not equal in sql?
how to analyze tables with 'mysqlcheck'? : Sql dba
What is the difference between left and left outer join?
how to use 'mysql' to run sql statements? : Sql dba
What is partition by in sql?
What is the most restrictive isolation level? : Transact sql
What is pl/sql table? Why it is used?