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 |
Explain the use of ignore option in imp command.
Can we create trigger on view in oracle?
1. How actually index will work ? 2. Why do people prefer mostly bitmap index and btree index in datawarehouse ? 3. If I use the column in aggrigate functions like max,min,count and avg and if I have a index created on that column, will it increases the performance ?
How many types of cluster table in Oracle?
How to define an oracle sub procedure?
How will you identify oracle database software release?
How to specify default values in insert statement using oracle?
what is view?
does the query needs a hint to access a materialized view?
Differentiate between translate and replace?
How to grant create session privilege to a user in oracle?
How do we switch from init.ora file to asp file?