Home  >  Article  >  What are the characteristics of relational data language?

What are the characteristics of relational data language?

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼Original
2019-10-22 11:41:229726browse

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!

Statement:
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