What are the three common database data models?

王林
Release: 2020-06-30 11:58:13
Original
32406 people have browsed it

The three common database data models are: 1. Hierarchical model; 2. Network model; 3. Relational model. The database model describes the method of structuring and manipulating data in the database. The structural part of the model specifies how the data is described (such as trees, tables, etc.).

What are the three common database data models?

The three common database data models currently are: hierarchical model, network model, and relational model.

(Recommended learning:mysql tutorial)

Introduction to relevant knowledge points

The database model describes structuring and manipulating data in the database method, the structural part of the model specifies how the data is described (such as trees, tables, etc.). The manipulation part of the model specifies operations such as adding, deleting, displaying, maintaining, printing, searching, selecting, sorting, and updating data.

Classification of database models

1. Concept model

2. Hierarchical model

3.Network model

4. Relational model

5. Object-oriented model

The expression form of the model in the general sense can be divided into physical model, mathematical model, structural model and simulation model.

The above is the detailed content of What are the three common database data models?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!