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 log shipping? : Sql dba
how to decrement dates by 1 in mysql? : Sql dba
What is the difference between the sql*loader and import utilities? : aql loader
What is pragma in sql?
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.
What is difference sql and mysql?
Is it possible to include an insert statement on the same table to which the trigger is assigned?
How to look at the current sql*plus system settings?
What is an implicit commit?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
Is sql easier than java?
Is grant a ddl statement?
What does joining a thread mean?
Can we call dml statement in function?
Why is a primary key important?