DATA MODEL 1-2_SS2 NOTES (DATA PROCESSING SS2)
DATA MODEL MEANING AND TYPES OF DATA MODELS A model is like a blueprint of a more complex real-world object or event. A data model is a picture or description which shows how data is to be arranged to serve a specific purpose. A data model defines how data is connected to each other and how they are processed and stored inside the system. A data model documents and organizes data, how it is stored and accessed, and the relationships among different parts of data. TYPES OF DATA MODEL 1 . Flat file model : A flat data is a type of database that stores data in a single table. Flat file databases are generally in plain-text form, where each line holds only one record. The fields in the record are separated using delimiters such as tabs and commas 2. Hierarchical model : In this model, data is organised into a tree like structure. The data is stored as records which are connected to one another through links. In a hierarchical model, each child record has only one pa...