EVOLUTION IN DBMS
INTRODUCTION
DBMS is the system which stores the data in structural manner, and with standard format. Due to this system we can find, update, insert or can access any kind of data easily.
In past, there was a file system by which processes like insertion, updating, deletion of information are get difficult. file system is limited for small scale data and it get more difficult to handle large data.
So, to reduce this kind of deficiencies we invented different kind of data models to store the data in structural manner. in data models also, we found some disadvantages. so by again working on it, data models also get evolved.
Let see what is data model and evolution in data models.....
DATA MODEL
Let see the types of data model and how data model are evolved.....
TYPES OF DATA MODEL
1. HIERARCHICAL DATA MODEL :-
Disadvantages of hierarchical data model :-
Due to this kind of disadvantages, we created network data model over hierarchical data model.
2. NETWORK DATA MODEL :-
Disadvantages of network data model :-
Recommended by LinkedIn
Due to this kind of disadvantages, we created relational data model over network data model.
3. RELATIONAL DATA MODEL :-
Disadvantages of relational data model :-
Due to this kind of disadvantages, we created our final and latest data model as entity relationship data model over relational data model.
4. ENTITY RELATIONSHIP DATA MODEL :-
CONCLUSION
DATA MODEL HELPS US TO STORE THE DATA IN STRUCURAL MANNER, AND MAKES THE PROCESSES LIKE INSERTION, SELECTION, DELETION AND UPDATION EASY. DATA MODELS ARE EVOLVED BY CONSIDERING THE DEFICIENCIES AND BY IMPROVING THE PERFOMANCES.
HERE IS THE LIST OF DATA MODELS, FROM PAST TO LATEST DATA MODELS :-
~Ved Malkunaik