Skip to content

relational algebra

dozens edited this page Oct 3, 2024 · 1 revision

a relational algebra primer

:math:

https://www.relational-algebra.dev/ra-primer/introduction/

Relational algebra is a part of the relational model, a mathematical framework for data management invented in the late 1960s. All relational databases (such as PostgreSQL, MySQL, and SQLite) are based on this foundation, and much of their enduring power and popularity derive from these roots.

Clone this wiki locally