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 are triggers?Where are they used?
what is view?
what is the syntax of SELECT command?
Explain the different normalization forms?
What is the max number of columns in an oracle table?
I am using an Oracle 8i Database my data contains Clob data. I am using toad version 7.6 i am able to get the data in toad but unable to extract the data in excel.when trying to extract the data into the excel the toad error says out of memory. Can any body please help me to extract the data through the same toad version. Thanks in advance
What is Hash Index?
Explain what does a control file contain?
What are a cluster and non-cluster index?
Explain the use of indexes option in imp command.
WHAT IS ecc 6.0
What is truncate oracle?