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 is the difference between sql, mysql and sql server?
What is dml with example?
How would you pass hints to the sql processor?
what is the difference between primary key and unique key? : Sql dba
Mention what does the hierarchical profiler does?
how do you tune the slow running queries in oracle db , explain the methodology
How many columns should be in an index?
how to load data files into tables with 'mysqlimport'? : Sql dba
What steps server process has to take to execute an update statement?
What is native sql query?
What is the mutating table and constraining table?
What is implicit cursor in pl sql?
How to use sql*plus built-in timers?
What do you think about pl/sql?
How global cursor can be declare with dynamic trigger ?