Home> Common Problem> body text

What are the characteristics of relational data language?

爱喝马黛茶的安东尼
Release: 2019-10-25 17:58:14
Original
9638 people have browsed it

What are the characteristics of relational data language?

Relational data languages include: relational algebra language, relational calculus language, and SQL.

Related recommendations: "php introductory tutorial"

Features:

Relational algebra language: Use operations on relationships to express query requirements.

Relational calculus language: Use predicates to express query requirements.

Structured Query Language (SQL): It is a relational data language that integrates query, data definition language, data manipulation language, and data control language. It is a highly procedural language.

The common feature of these relational data languages is that the language has complete expression capabilities, is a non-procedural set operation language, has strong functions, and can be embedded in high-level languages.

The above is the detailed content of What are the characteristics of relational data language?. 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!