Types of Database Models- Explained with Examples
Types of Database Models- Explained with Examples Introduction A database system is a collection of related data along with programs that help users access, manage, and modify that data easily. The main goal of database system is to give users a simple and clear view of the data by hides how the data is actually stored and maintained internally i.e., the complex details. Here, the data model are used, these will be discussed in detail in the following section. Data Models The structure of a database is based on something called a data model. A data model is a set of concepts used to describe: how data is organized, how different data items are related, the meaning of data, rules to maintain data consistency. There are different types of data models, and they are generally classified into four main categories. Types of Database Models There are four main types: Hierarchical Model Network Model Relational Model Object-Oriented Model 1. Hierarchical Model In hierarchical model, data is or...