What is the differences between DBMS & RDBMS? What is the differences between Oracle & MS Access?

Showing Answers 1 - 10 of 10 Answers

D.V.J.Ramanjaneyulu

  • Oct 10th, 2006
 

DBMS :

- Set of data and tools to manage those data. - Will not support RELATION SHIP between data. - Ex : - Foxpro data files and earlier Ms Access.

RDBMS :

- Same as DBMS - Will Support RELATION SHIP between Tables. - Ex : - ORACLE,SQL 2000,

Uses of Rdbms:

===========

1)rdbms is object based database management system while dbms 2)rdbms can maintain at many users at same time while dbms not

 2)in rdbms is relation is more important than object itself while dbms entity is more important

dhana

  • Dec 2nd, 2006
 

The database which follows Codd's atleast 6 rules is called as RDBMS

  Was this answer useful?  Yes

sandeep

  • Feb 12th, 2007
 

In DBMS tables are not related. In RDBMS tables are related In DBMS only one user can access the same database, at the same time. In RDBMS many users simultaneously access the same database RDBMS is more secure than DBMS In DBMS store and retrieve small amount of Data In RDBMS store and retrieve large amount of Data

Amol Patil

  • Sep 13th, 2014
 

DBMS: Collection of data in one particular or single table.that is not related to other data object.

RDBMS: Relation between two or database table or the entity of number of database is relate to each other is known RDBMS.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions