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 / hafizurraheman

DBMS system gives how to store the data & retrive it whereas
RDBMS gives how the data is store with some integrity rules
which related to business inteligence & reto.inrive the
data.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / isha garg

1.DBMS is single-user system whereas RDBMS is multi -user
system.
2.DBMS does not support normalization process whereas RDBMS
support normalisation process.
3.DBMS does not support Client-server architecture and
Distributed database whereas RDBMS support.
4.DBMS does not work with tabular structure whereas RDBMS
works with "RELATIONS"(tables) in tabular form.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / m.manjunatha reddy

DBMS IS A COLLECTION OF TABLES AND WHICH MAINTAINS DATA FOR
RETRIEVING,WHERE AS RDBMS IS ALSO COLLECTION OF TABLES AND
ADDITIONALLY IT PROVIDES THE RELATION BETWEEN EACH TABLE.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / vikrant

DBMS: in dbms relationship between two tables or files are
maintained programmatically.,does not support client server
archte and no security of data.

RDBMA: in this relationship between two tables or files can
be specified at the time of table creation,
support client server architechture.
It is distributed database.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / palak

dbms is simply a database management system which manages
database but rdbms is a relational database management
system which maintains consistency among two relational
databases.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / abhinav ranjan sinha

http://coderskey.blogspot.in/2012/06/difference-between-dbms-and-rdbms.html VISIT THIS LINK FOR ANSWER

Is This Answer Correct ?    0 Yes 0 No

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

Answer / umarali1981

DBMS:

1.Stands for DataBase Management System
2.In dbms no relationship concept
3.It supports Single User only
4.It treats Data as Files internally
5.It supports 3 rules of E.F.CODD out off 12 rules
6.It requires low Software and Hardware Requirements.
7.DBMS is used for simpler business applications
8.DBMS does not impose any constraints or security with
regard to data manipulation
9.In DBMS Normalization process will not be present
10.There is no enforcement to use foreign key concept
compulsorily in DBMS
11.FoxPro, IMS are Examples

RDBMS:

1.Stands for Relational DataBase Management System
2.It is used to establish the relationship concept between
two database objects, i.e, tables
3.It supports multiple users
4.It treats data as Tables internally
5.It supports minimum 6 rules of E.F.CODD
6.It requires High software and hardware requirements.
7.RDBMS is used for more complex applications.
8.RDBMS defines the integrity constraint for the purpose of
holding ACID PROPERTY
9.In RDBMS, normalization process will be present to check
the database table consistency
10.Although the foreign key concept is supported by both
DBMS and RDBMS but its only RDBMS that enforces the rules
11.SQL Server, Oracle are examples

Reference:
http://onlydifferencefaqs.blogspot.in/2012/07/sql-server-difference-faqs-5.html

Is This Answer Correct ?    0 Yes 0 No

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

Answer / rahul

both are the same

Is This Answer Correct ?    0 Yes 0 No

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

Answer / shivam yadav

DBMS
1.In DBMS relationship between two tables or files are maintained Programmatically.
2.In DBMS there is no security of data.
3.Each table is given an extension in DBMS.
4.DBMS may satisfy less than 7 to 8 rules of Dr. E F Codd.
5.DBMS not support client/server architecture.
RDBMS
1.In RDBMS relationship between two tables or files can be specified at the time of table creation.
2.Most of the RDBMS support client/server architecture.
3.In RDBMS there are multiple levels of security.
->Logging in at O/S level.
->Command level(i.e. at RDBMS level).
->Object level.
4.Many tables are grouped in one database in RDBMS.
5.RDBMS usually satisfy more than 7 to 8 rules of Dr. E F Codd.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / gurmukh singh

# 13 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)It contains only flat data.
7)It can be saved in any order.
8)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)It contains some relation between entities.
7)It should be sved in table format.
8)SQL-Server, Oracle are examples

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Database Management Interview Questions

What is drivermanager getconnection?

0 Answers  


What is database in simple language?

0 Answers  


Do I need ccp4?

0 Answers  


What is the purpose of sql?

0 Answers  


What are the benefits of database?

0 Answers  






What are fact tables and dimension tables ? What is dimensional modeling and star schema design

0 Answers  


What is tuple in rdbms?

0 Answers  


What is an optimization and performance tuning and how does it really work in practical projects?

0 Answers  


What will the SHOW_ALERT function returns ?

3 Answers   College School Exams Tests, DSS,


How can I access my database remotely?

0 Answers  


Explain Relational Algebra in RDBMS

0 Answers   Infosys,


1. How many nodes you are using project? 2. What is configuration file? 3. What is modules partition? How it is work in project? 4. What is Environment Variable? How it is use? 5. What is sequence? 6. How do you execute parallel jobs in projects? 7. If you run a job in job sequencer individually without any comments? 8. How many jobs did in your project? 9. How to schedule the job in Data stage 7.5 X2? 10. If you have 10 jobs in PX2, shall you run all jobs at a time? 11. I have 5 jobs (1-5), I connect with each other, but I want to run from 3-5 only how? 12. What is same partition? 13. If you have 40GB hard disk in I have 30GB data how I configure the nodes for partition? 14. Did you write any code for Data stage project? 15. Did you write any code for parallel job execution in your project? 16. Will you schedule all jobs at a time?

0 Answers   Cap Gemini,


Categories