What is the difference between RBBMS & DBMS?

Answers were Sorted based on User's Feedback



What is the difference between RBBMS & DBMS?..

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

What is the difference between RBBMS & DBMS?..

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

What is the difference between RBBMS & DBMS?..

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

What is the difference between RBBMS & DBMS?..

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

Post New Answer

More Oracle General Interview Questions

Can a parameter be passed to a cursor?

0 Answers  


How to define a sub function?

0 Answers  


Explain table?

0 Answers  


select statement does not retrieve any records. what exception is raised?

2 Answers  


What privilege is needed for a user to create indexes in oracle?

0 Answers  






How to delete a column in an existing table in oracle?

0 Answers  


How a database is related to tablespaces?

0 Answers  


How to retrieve data from an cursor to a record?

0 Answers  


What is a sub query? What are its various types?

0 Answers  


If I have a select statment which retrives 2 rows, & that rows have the same data in all the fields except the last field and I want to merge the 2 rows to be in 1 row with concatenating the last field which have the different data.... eg: the 1st row has these fields: A-B-C the second row has: A-B-X ........ i want to merge the two row to be in one row like ----> A- B- C,X

2 Answers  


What is Rollback Segment ?

3 Answers  


How to shutdown your 10g xe server?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)