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 data model in database?

0 Answers  


how to pass values from one table to another by using Bulk collect?

3 Answers   Oracle, Wipro,


Define dml compiler.

0 Answers  


Enlist some commands of dcl?

0 Answers  


What is a relation schema?

0 Answers  






Explain what is an Exception ?

1 Answers  


What is dbms language?

0 Answers  


What is data modelling concepts?

0 Answers  


What is cluster table or non_cluster table?

1 Answers  


What is database normalization? Explain types of it.

0 Answers  


what are the differences between an exclusive lock and a shared lock?

0 Answers  


What do you mean by index hunting?

0 Answers  


Categories