What is Relational data model (RDM)
- Get link
- X
- Other Apps
Relational data model:-In the concept of relational database that in a management system data is organized into tables. table are divided or into column and rows column represent the attributes of entity and row represent data or entities. A relational model is a powerful tools for a organizing and manipulating data and it is relatively int to understand
.Advantages of relational model
1.Simple and easy to use -starting data in table in much easier to under stand and implement as compared with other storage techniques.
2.Manage ability -Because of the indapendent natural of each relation in a relational data base it is easy to manipulates and manage this is a improve the performance of database
3.Data inigrity-The relational model can maintain data the intigrity in the database
.Disadvantages of relational model
The performance of relational model depends upon the number of relations present in data base.
If the number of table increase then requirement of physical memory increased. Because of this factors the cost of implementation is in creased and structure becomes complex
Data Automatically:-Any complete transaction in database is called as atomic unit DBMS complete transaction if any transaction is the creased partically complete them it will roll back to the initial state
Data concurrency:-concurrent access to data means move than one in user accessing a same data at a same time in the file system does not have any producer to stop concurrent where as database management system provide a locking system to stop the concurrent.
- Get link
- X
- Other Apps


Comments
Post a Comment