Вы находитесь на странице: 1из 2

c  


  



á  
    

  
  
    
    

   
          
  

  
           
  
  

   
 
    

      
   
 
    
 

          


    


 
 
     

   

!  
 

   "           

what is the difference between DBMS and RDBMS??


In DBMS Normalization process wille not be present and in
RDBMS normalization process will be present to check the
database table cosistency

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.

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

rdbms is data base management system which is based on
relational model.in which data is represented in the form
of relations .

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


Вам также может понравиться