what is the difference between DBMS and RDBMS??

Answers were Sorted based on User's Feedback



what is the difference between DBMS and RDBMS??..

Answer / ram

DBMS is a ordinary system to maintain the data, whereas
RDBMS is the specific type, which follows the concepts of
set theory i.e entity etc. In DBMS there is no concept of
PRIMARY KEY and FOREIGN KEY but it is included in RDBMS.
DBMS contains only flat data whereas in RDBMS there will be
some relation between the entities.

Is This Answer Correct ?    602 Yes 132 No

what is the difference between DBMS and RDBMS??..

Answer / sundar

DBMS :
Data Base Management System is a process of managing
data for efficient retrivel & storage of data.
Ex: sysbase , Foxpro

RDBMS :
The database which is used by relations(tables) to
acquire information retrival are known as RDBMS
EX: SQL, ORACLE,MY-SQLSERVER

Is This Answer Correct ?    412 Yes 55 No

what is the difference between DBMS and RDBMS??..

Answer / murali

In DBMS Normalization process wille not be present and in
RDBMS normalization process will be present to check the
database table cosistency

Muralidhran

dharanmu@yahoo.com

Is This Answer Correct ?    506 Yes 161 No

what is the difference between DBMS and RDBMS??..

Answer / varinder

rdbms is data base management system which is based on
relational model.in which data is represented in the form
of relations .

Is This Answer Correct ?    323 Yes 83 No

what is the difference between DBMS and RDBMS??..

Answer / lakki

DBMS : Data Base Management System
..... for storage of data and efficient retrieval of data.
Eg: Foxpro

1)A DBMS has to be persistent (it should be accessible when
the program created the data donot exist or even the
application that created the data restarted).
2) DBMS has to provide some uniform methods independent of a
specific application for accessing the information that is
stored.
3)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
4)In DBMS Normalization process will not be present

RDBMS: Relational Data Base Management System
.....the database which is used by relations(tables) to
acquire information retrieval
Eg: oracle, SQL..,

1)RDBMS is based on relational model, in which data is
represented in the form of relations, with enforced
relationships between the tables.
2)RDBMS defines the integrity constraint for the purpose of
holding ACID PROPERTY.
3)In RDBMS, normalization process will be present to check
the database table cosistency
4)RDBMS helps in recovery of the database in case of loss of
database due to system failure or any other reason

Is This Answer Correct ?    261 Yes 37 No

what is the difference between DBMS and RDBMS??..

Answer / susheel ch. bhatt

DBMS and RDBMS both are the management system instead in
case of RDBMS we use foreign keys, primary keys etc. which
is not possible in case of DBMS

Is This Answer Correct ?    177 Yes 61 No

what is the difference between DBMS and RDBMS??..

Answer / krupali parmar

DBMS:1)In dbms no relationship concept
2)It supports Single User only
3)It treats Data as Files internally
4)It supports 3 rules of E.F.CODD out off 12 rules
5)It requires low Software and Hardware Requirements.
6)FoxPro, IMS are Examples

RDBMS:
1)It is used to establish the relationship concept between
two database objects, i.e, tables
2)It supports multiple users
3)It treats data as Tables internally
4)It supports minimum 6 rules of E.F.CODD
5)It requires High software and hardware requirements.
6)SQL-Server, Oracle are examples

Is This Answer Correct ?    123 Yes 22 No

what is the difference between DBMS and RDBMS??..

Answer / abhaya

DBMS :
Data Base Management System is a process of managing
data for efficient retrivel & storage of data.
Ex: sysbase , Foxpro

RDBMS :
The database which is used by relations(tables) to
acquire information retrival are known as RDBMS
EX: SQL, ORACLE,MY-SQLSERVER

Is This Answer Correct ?    119 Yes 34 No

what is the difference between DBMS and RDBMS??..

Answer / koti-khammam

In DBMS,client server concept is not present.

In RDBMS,client server architecture is present (i.e) the
client sends the request to the server and the server
responds to that particular request.

Is This Answer Correct ?    163 Yes 91 No

what is the difference between DBMS and RDBMS??..

Answer / has

RDBMS is Relational DBMS. Rdbms having the condition that
the system "support" a tabular structure and also for data
relationships between the tables..
Where as the DBMS, the system "will not support" tabular
structure and also for relationships between tables..

Is This Answer Correct ?    90 Yes 36 No

Post New Answer

More Database Management Interview Questions

What is the use of PARFILE option in EXP command ?

1 Answers  


how can i get company email id's can anybody answer to this question. bcz it is very important for me, looking for the best answer.

1 Answers  


Explain primary key and composite key.

0 Answers  


What is the use of ANALYSE ( Ver 7) option in EXP command ?

1 Answers  


How to get a book from database MS access that contain 'i' charactor in it's name like internetbook or networkingbook. what will be java query for this purpose?

0 Answers   PUCIT,






How to retrive a single data from a database

0 Answers   MCN Solutions,


Why c++ used in clipper?

0 Answers  


What is instance in dbms?

0 Answers  


How can I join two tables in database?

0 Answers  


how to solve cardinality in dbms...many to many ralationships

0 Answers  


What types of questions are asked in NIC(Natinal Informatics Centre)'s interview?If any one has any information about this,I would be very thankful to him/her.....

0 Answers   NIC,


Which database is best for storing large data?

0 Answers  


Categories