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
Why do we use triggers?
How do I find duplicates in two columns?
Mention what plvcmt and plvrb does in pl/sql?
Can you call pl/sql package functions from within a fast formula?
Explain clause in sql?
Can you sum a count in sql?
What is use of term?
What is nvl?
Explain what is a column in a table?
Mention what problem one might face while writing log information to a data-base table in pl/sql?
Why do we use sqlite?
How do you explain an index number?
How is debugging done?
Can two tables have same primary key?
What is bulk collect in pl sql?