Home > Database > Mysql Tutorial > body text

What is a relational database?

藏色散人
Release: 2020-09-08 11:22:28
Original
32645 people have browsed it

Relational database is a database based on the relational model. It uses mathematical concepts and methods such as set algebra to process data in the database. Various entities in the real world and various connections between entities are Represented using a relational model.

What is a relational database?

The relational model was first proposed by Edgar Codd in 1970, in conjunction with the "Codd's Twelve Laws". Today, although there are some criticisms of this model, it remains the traditional standard for data storage.

The standard data query language SQL is a language based on a relational database. This language performs retrieval and operation of data in a relational database. The relational model consists of three parts: relational data structure, relational operation set, and relational integrity constraints.

Simply put, a relational database is a database composed of multiple two-dimensional row and column tables that can be connected to each other.

The above is the detailed content of What is a relational database?. 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
Popular Tutorials
More>
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!