#1
29th August 2011, 12:26 AM
|
|||
|
|||
What are the main and major differences between DBMS and RDMS?
what is the main AND MAJOR diff between DBMS & RDMS? Please send me the differnecs
|
#2
29th August 2011, 03:09 AM
|
|||
|
|||
Re: What are the main and major differences between DBMS and RDMS?
Quote:
The major difference between DBMS and RDMS:- 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 thanks |
#3
10th December 2011, 06:07 PM
|
|||
|
|||
Re: What are the main and major differences between DBMS and RDMS?
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.
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. |
|