What is the difference between RBBMS & DBMS?
Answers were Sorted based on User's Feedback
Answer / b.jaganathan
rdbms means relational database management system.......it
tells about the relationship between the dataitems.......
the dbms means database managment system
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / dinesh kulkarni
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.
Many DBA's think that RDBMS is a Client Server Database
system but thats not the case with RDBMS.
Yes you can say 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 define the integrity constraint for the purpose of
holding ACID PROPERTY.
I have found many answers on many websites saying that
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 ? | 2 Yes | 0 No |
Answer / uma
RDBMS means telling the relation among the table.
DBMS means interrelated data&set of programmes to access
those data
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / saiprasanna
one cannot differentiate between DBMS and RDBMS as RDBMS is one of the types of DBMS.DBMS has many types like RDBMS,ORDBMS,hierarchial dbms,network dbms.....
| Is This Answer Correct ? | 1 Yes | 0 No |
What is a read write transaction in oracle?
How to assign query results to variables?
What are the composite date types in oracle?
List out the types of joins.
What happens to the data files if a tablespace is dropped?
What is a table index?
What are internal user account in oracle?
How to define a cusotmer as a supplier in ORACLE R12
normally database take to refresh time 2 hours. but client asked iwant to refresh with in 5 min that same database. do you have any option in BO and Oracle? explain me briefly...kavi
What are a cluster and non-cluster index?
What are synonyms used for ?
What is a trigger oracle?