Home> Common Problem> body text

What are the three categories of database types?

Release: 2020-05-08 15:19:54
Original
17756 people have browsed it

What are the three categories of database types?

A database is a "warehouse that organizes, stores and manages data according to data structure". It is a collection of large amounts of data that is stored in a computer for a long time, is organized, shareable, and unified management.

Databases are usually divided into three types:

(1) Hierarchical model database

(2) Network model database

(3) Relational model database

A database is a collection of data that is stored together in a certain way, can be shared with multiple users, has as little redundancy as possible, and is independent of applications. It can be regarded as an electronic filing cabinet—— A place where electronic files are stored. Users can add, query, update, delete and other operations on the data in the files.

The above is the detailed content of What are the three categories of database types?. 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!