| Author: Appukuttan 28 Aug 2008 | Member Level: Diamond | Rating: Points: 6 |
Hi..
The major differences between DBMS and RDBMS are: DBMS is mainly a storage area and it does not employ any tables for storing the data or does not use any special function keys or foreign keys for the retreival of the data. RDBMS has the major difference of solving the queries easily, as they are stored in table format and use many functional keys in solving the queries. They follow the Codd's rule.. DBMS does not support client/server Architecture but RDBMS supports client/server Architecture.
DBMS Doesnot follow the normalization while RDBMS follows the normalization. This is the major difference between them
|
| Author: palla 28 Aug 2008 | Member Level: Silver | Rating: Points: 5 |
hi the major differences are in dbms the concept of relations are missing but in rdbms relationconcept is there. 2. operation speed is low in dbms rdbms is very fast 3.h/w,s/w requirements are minimum in dbms h/w,s/w requirements are high 4.dbms are used for single users. rdbms are multiple users 5.dbms is 3generation language rdbms is 4generation language
6.rdbms supports client/server architecture.
bye..
|